mysqltest.c:

Fix reference to incorrect (non-existent) options in comment.
This commit is contained in:
paul@snake-hub.snake.net 2006-02-28 14:04:21 -06:00
parent 486bd42b06
commit 7ff2ede8c9

View file

@ -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)