Commit e13d4c95 authored by Sneha Modi's avatar Sneha Modi

BUG#11748731 - 37248: SOME 'BIG' TESTS FAILING ON 6.0 :

A change has been made in the sql/sql_table.cc file to include debug_sync.
parent d8bce94a
......@@ -5958,6 +5958,7 @@ bool mysql_alter_table(THD *thd,char *new_db, char *new_name,
case ENABLE:
if (wait_while_table_is_used(thd, table, HA_EXTRA_FORCE_REOPEN))
goto err;
DEBUG_SYNC(thd,"alter_table_enable_indexes");
DBUG_EXECUTE_IF("sleep_alter_enable_indexes", my_sleep(6000000););
error= table->file->ha_enable_indexes(HA_KEY_SWITCH_NONUNIQ_SAVE);
break;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment