summaryrefslogtreecommitdiff
path: root/sql/sql_table.cc
diff options
context:
space:
mode:
authorunknown <monty@mysql.com>2004-04-06 17:17:15 +0300
committerunknown <monty@mysql.com>2004-04-06 17:17:15 +0300
commit799266346626fad317e535002c2cf8e22bf7a1bf (patch)
tree929336368b6e9a67be5ad30c5b019a411c25baf5 /sql/sql_table.cc
parent6a868cca91198c14999f26b5da8a137bb320d7ba (diff)
parentf463848913ab86ec9d87cb24dd77d8c17a0e1deb (diff)
downloadmariadb-git-799266346626fad317e535002c2cf8e22bf7a1bf.tar.gz
Merge bk-internal.mysql.com:/home/bk/mysql-4.1
into mysql.com:/home/my/mysql-4.1 sql/sql_table.cc: Auto merged
Diffstat (limited to 'sql/sql_table.cc')
-rw-r--r--sql/sql_table.cc5
1 files changed, 0 insertions, 5 deletions
diff --git a/sql/sql_table.cc b/sql/sql_table.cc
index 442774744b8..3352c3a5f17 100644
--- a/sql/sql_table.cc
+++ b/sql/sql_table.cc
@@ -1963,11 +1963,6 @@ int mysql_create_like_table(THD* thd, TABLE_LIST* table,
/*
Create a new table by copying from source table
*/
-#ifndef DBUG_OFF
- // The code stated below is for test synchronization.test Bug #2385
- if (test_flags & TEST_SYNCHRONIZATION)
- sleep(3);
-#endif
if (my_copy(src_path, dst_path, MYF(MY_WME|MY_DONT_OVERWRITE_FILE)))
goto err;