fixed possible bug
This commit is contained in:
parent
6ed18d1c9f
commit
0fb5b32422
@ -1297,7 +1297,7 @@ mysql_execute_command(THD *thd)
|
|||||||
that is not a SHOW command or a select that only access local
|
that is not a SHOW command or a select that only access local
|
||||||
variables, but for now this is probably good enough.
|
variables, but for now this is probably good enough.
|
||||||
*/
|
*/
|
||||||
if (tables)
|
if (tables || lex->select_lex.next_select_in_list())
|
||||||
mysql_reset_errors(thd);
|
mysql_reset_errors(thd);
|
||||||
/*
|
/*
|
||||||
Save old warning count to be able to send to client how many warnings we
|
Save old warning count to be able to send to client how many warnings we
|
||||||
|
Loading…
x
Reference in New Issue
Block a user