Commit 046530d5 authored by unknown's avatar unknown
Browse files

mysqltest.c:

  Fix reference to incorrect (non-existent) options in comment.


client/mysqltest.c:
  Fix reference to incorrect (non-existent) options in comment.
parent df0cab0b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)