mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
Fix compilation failure when compiling without partitioning, introduced
by previous push.
This commit is contained in:
@ -2357,7 +2357,9 @@ mysql_execute_command(THD *thd)
|
|||||||
/* Saved variable value */
|
/* Saved variable value */
|
||||||
DBUG_ENTER("mysql_execute_command");
|
DBUG_ENTER("mysql_execute_command");
|
||||||
thd->net.no_send_error= 0;
|
thd->net.no_send_error= 0;
|
||||||
|
#ifdef WITH_PARTITION_STORAGE_ENGINE
|
||||||
thd->work_part_info= 0;
|
thd->work_part_info= 0;
|
||||||
|
#endif
|
||||||
|
|
||||||
/*
|
/*
|
||||||
In many cases first table of main SELECT_LEX have special meaning =>
|
In many cases first table of main SELECT_LEX have special meaning =>
|
||||||
|
Reference in New Issue
Block a user