mirror of
https://github.com/MariaDB/server.git
synced 2025-01-19 05:22:25 +01:00
Fix compilation failure when compiling without partitioning, introduced
by previous push.
This commit is contained in:
parent
28834f4466
commit
3e7d8a78db
1 changed files with 2 additions and 0 deletions
|
@ -2357,7 +2357,9 @@ mysql_execute_command(THD *thd)
|
|||
/* Saved variable value */
|
||||
DBUG_ENTER("mysql_execute_command");
|
||||
thd->net.no_send_error= 0;
|
||||
#ifdef WITH_PARTITION_STORAGE_ENGINE
|
||||
thd->work_part_info= 0;
|
||||
#endif
|
||||
|
||||
/*
|
||||
In many cases first table of main SELECT_LEX have special meaning =>
|
||||
|
|
Loading…
Reference in a new issue