mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Merge 10.8 into 10.9
This commit is contained in:
@ -7673,7 +7673,7 @@ static bool mysql_inplace_alter_table(THD *thd,
|
||||
THD_STAGE_INFO(thd, stage_alter_inplace);
|
||||
DBUG_EXECUTE_IF("start_alter_delay_master", {
|
||||
debug_sync_set_action(thd,
|
||||
STRING_WITH_LEN("now wait_for alter_cont"));
|
||||
STRING_WITH_LEN("now wait_for alter_cont NO_CLEAR_EVENT"));
|
||||
});
|
||||
|
||||
/* We can abort alter table for any table type */
|
||||
@ -10857,7 +10857,7 @@ do_continue:;
|
||||
|
||||
DBUG_EXECUTE_IF("start_alter_delay_master", {
|
||||
debug_sync_set_action(thd,
|
||||
STRING_WITH_LEN("now wait_for alter_cont"));
|
||||
STRING_WITH_LEN("now wait_for alter_cont NO_CLEAR_EVENT"));
|
||||
});
|
||||
// It's now safe to take the table level lock.
|
||||
if (lock_tables(thd, table_list, alter_ctx.tables_opened,
|
||||
|
Reference in New Issue
Block a user