mirror of
https://github.com/MariaDB/server.git
synced 2026-04-20 23:35:32 +02:00
fix the embedded build
This commit is contained in:
parent
474fe6d9d9
commit
36c738e4bc
1 changed files with 1 additions and 1 deletions
|
|
@ -666,7 +666,7 @@ void *create_embedded_thd(int client_flag)
|
|||
if (thd->variables.max_join_size == HA_POS_ERROR)
|
||||
thd->variables.option_bits |= OPTION_BIG_SELECTS;
|
||||
thd->proc_info=0; // Remove 'login'
|
||||
thd->command=COM_SLEEP;
|
||||
thd->set_command(COM_SLEEP);
|
||||
thd->set_time();
|
||||
thd->init_for_queries();
|
||||
thd->client_capabilities= client_flag;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue