1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

remove a sleep from the test

This commit is contained in:
Sergei Golubchik
2013-04-16 17:14:26 +02:00
parent 821db3801d
commit 1035a16a73
3 changed files with 0 additions and 6 deletions

View File

@ -6985,8 +6985,6 @@ bool mysql_alter_table(THD *thd,char *new_db, char *new_name,
create_info->data_file_name=create_info->index_file_name=0;
DEBUG_SYNC(thd, "alter_table_before_create_table_no_lock");
DBUG_EXECUTE_IF("sleep_before_create_table_no_lock",
my_sleep(100000););
/*
Create a table with a temporary name.
With C_ALTER_TABLE_FRM_ONLY this creates a .frm file only and