mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
Merge galera tests from github.com/codership/mysql-wsrep
This commit is contained in:
@ -8332,6 +8332,17 @@ bool mysql_alter_table(THD *thd,char *new_db, char *new_name,
|
||||
|
||||
DEBUG_SYNC(thd, "alter_opened_table");
|
||||
|
||||
#ifdef WITH_WSREP
|
||||
DBUG_EXECUTE_IF("sync.alter_opened_table",
|
||||
{
|
||||
const char act[]=
|
||||
"now "
|
||||
"wait_for signal.alter_opened_table";
|
||||
DBUG_ASSERT(!debug_sync_set_action(thd,
|
||||
STRING_WITH_LEN(act)));
|
||||
};);
|
||||
#endif // WITH_WSREP
|
||||
|
||||
if (error)
|
||||
DBUG_RETURN(true);
|
||||
|
||||
|
Reference in New Issue
Block a user