mirror of
https://github.com/MariaDB/server.git
synced 2025-08-07 00:04:31 +03:00
Merge branch '11.4' into 11.5
This commit is contained in:
@@ -937,6 +937,10 @@ static bool mysql_admin_table(THD* thd, TABLE_LIST* tables,
|
||||
result_code = (table->table->file->*operator_func)(thd, check_opt);
|
||||
THD_STAGE_INFO(thd, stage_sending_data);
|
||||
DBUG_PRINT("admin", ("operator_func returned: %d", result_code));
|
||||
#ifdef WITH_PARTITION_STORAGE_ENGINE
|
||||
if (lex->alter_info.partition_flags & ALTER_PARTITION_ADMIN)
|
||||
set_part_state(&lex->alter_info, table->table->part_info, PART_NORMAL);
|
||||
#endif
|
||||
}
|
||||
|
||||
/* Note: compl_result_code can be different from result_code here */
|
||||
|
Reference in New Issue
Block a user