mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Merge with global tree
This commit is contained in:
@ -944,6 +944,7 @@ int yylex(void *arg, void *yythd)
|
||||
if ((thd->client_capabilities & CLIENT_MULTI_STATEMENTS) &&
|
||||
(thd->command != COM_PREPARE))
|
||||
{
|
||||
lex->safe_to_cache_query= 0;
|
||||
lex->found_colon= (char*) lex->ptr;
|
||||
thd->server_status|= SERVER_MORE_RESULTS_EXISTS;
|
||||
lex->next_state= MY_LEX_END;
|
||||
|
Reference in New Issue
Block a user