diff options
author | unknown <paul@snake-hub.snake.net> | 2006-02-28 14:04:21 -0600 |
---|---|---|
committer | unknown <paul@snake-hub.snake.net> | 2006-02-28 14:04:21 -0600 |
commit | 046530d5bc1a91131bbebaaab043486d5cb03988 (patch) | |
tree | 028045e65c0b8ad979ce696c026b0267ee67b962 | |
parent | df0cab0b69214c978a7a0c8e8e2cb581cdd8f833 (diff) | |
download | mariadb-git-046530d5bc1a91131bbebaaab043486d5cb03988.tar.gz |
mysqltest.c:
Fix reference to incorrect (non-existent) options in comment.
client/mysqltest.c:
Fix reference to incorrect (non-existent) options in comment.
-rw-r--r-- | client/mysqltest.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/mysqltest.c b/client/mysqltest.c index 3493a781875..1ddbe76700e 100644 --- a/client/mysqltest.c +++ b/client/mysqltest.c @@ -4316,7 +4316,7 @@ void get_query_type(struct st_query* q) q->type=(enum enum_commands) type; /* Found command */ /* If queries are disabled, only recognize - --enable-queries and --disable-queries + --enable_parsing and --disable_parsing */ if (parsing_disabled && q->type != Q_ENABLE_PARSING && q->type != Q_DISABLE_PARSING) |