diff options
author | Sergei Golubchik <sergii@pisem.net> | 2013-04-16 17:14:26 +0200 |
---|---|---|
committer | Sergei Golubchik <sergii@pisem.net> | 2013-04-16 17:14:26 +0200 |
commit | 1035a16a731eecf096ddab3e0e111c791b8407dd (patch) | |
tree | 55f49405e736ed9ba986a6cca230a9865b3a038f /sql/sql_table.cc | |
parent | 821db3801d443f5b7640921da9a6d15496649803 (diff) | |
download | mariadb-git-1035a16a731eecf096ddab3e0e111c791b8407dd.tar.gz |
remove a sleep from the test
Diffstat (limited to 'sql/sql_table.cc')
-rw-r--r-- | sql/sql_table.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sql/sql_table.cc b/sql/sql_table.cc index ab611ab8fc9..606fdc4fa7f 100644 --- a/sql/sql_table.cc +++ b/sql/sql_table.cc @@ -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 |