mirror of
https://github.com/MariaDB/server.git
synced 2025-01-19 13:32:33 +01:00
mysqltest.c:
Fix reference to incorrect (non-existent) options in comment.
This commit is contained in:
parent
486bd42b06
commit
7ff2ede8c9
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue