mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
post merge fix
This commit is contained in:
@ -18,7 +18,9 @@
|
||||
#include "sql_lex.h" // Sql_statement
|
||||
#include "sql_admin.h" // Analyze/Check/.._table_statement
|
||||
#include "sql_partition_admin.h" // Alter_table_*_partition
|
||||
#ifdef WITH_PARTITION_STORAGE_ENGINE
|
||||
#include "ha_partition.h" // ha_partition
|
||||
#endif
|
||||
#include "sql_base.h" // open_and_lock_tables
|
||||
|
||||
#ifndef WITH_PARTITION_STORAGE_ENGINE
|
||||
|
Reference in New Issue
Block a user