Hi, > As can be seen, the query in the e-mail has a double space after select > but no comment. > Somebody cut out the comment and my SLOW_OK was not respected. Is it the > "mysql" > command that does this? Is there a better way?
MySQL's command line default option is to strip comments from statements before committing them to the server. Adding a --comments or -C changes this behavior, see [1]. Greeting, Steef [1] <http://dev.mysql.com/doc/refman/5.1/en/mysql-command-options.html#option_mysql_comments>
signature.asc
Description: OpenPGP digital signature
_______________________________________________ Toolserver-l mailing list ([email protected]) https://lists.wikimedia.org/mailman/listinfo/toolserver-l Posting guidelines for this list: https://wiki.toolserver.org/view/Mailing_list_etiquette
