diff options
author | unknown <monty@mysql.com> | 2004-04-06 17:17:15 +0300 |
---|---|---|
committer | unknown <monty@mysql.com> | 2004-04-06 17:17:15 +0300 |
commit | 799266346626fad317e535002c2cf8e22bf7a1bf (patch) | |
tree | 929336368b6e9a67be5ad30c5b019a411c25baf5 /sql/sql_table.cc | |
parent | 6a868cca91198c14999f26b5da8a137bb320d7ba (diff) | |
parent | f463848913ab86ec9d87cb24dd77d8c17a0e1deb (diff) | |
download | mariadb-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.cc | 5 |
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; |