summaryrefslogtreecommitdiff
path: root/sql/sql_table.cc
diff options
context:
space:
mode:
authorSergei Golubchik <sergii@pisem.net>2013-04-16 17:14:26 +0200
committerSergei Golubchik <sergii@pisem.net>2013-04-16 17:14:26 +0200
commit1035a16a731eecf096ddab3e0e111c791b8407dd (patch)
tree55f49405e736ed9ba986a6cca230a9865b3a038f /sql/sql_table.cc
parent821db3801d443f5b7640921da9a6d15496649803 (diff)
downloadmariadb-git-1035a16a731eecf096ddab3e0e111c791b8407dd.tar.gz
remove a sleep from the test
Diffstat (limited to 'sql/sql_table.cc')
-rw-r--r--sql/sql_table.cc2
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