1
0
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:
Nirbhay Choubey
2015-04-21 13:17:17 -04:00
parent 608a1ce5b1
commit 3331d4e07e
328 changed files with 12629 additions and 1090 deletions

View File

@ -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);