diff options
author | holyfoot/hf@mysql.com/deer.(none) <> | 2006-11-16 23:16:44 +0400 |
---|---|---|
committer | holyfoot/hf@mysql.com/deer.(none) <> | 2006-11-16 23:16:44 +0400 |
commit | 497ccd6b87b9978fadac6c48d4ae6bd2f689feb7 (patch) | |
tree | 5400912843b70b171dc06c8cdc96a6f3329a25db /mysql-test/t/rename.test | |
parent | 4e9ef283efa621ad3acafce39978bc8f29b97931 (diff) | |
parent | e7cde7265138dcb6ded0a1309e331a52baaf44e5 (diff) | |
download | mariadb-git-497ccd6b87b9978fadac6c48d4ae6bd2f689feb7.tar.gz |
Merge mysql.com:/home/hf/work/mysql-4.1-mrg
into mysql.com:/home/hf/work/mysql-5.0-mrg
Diffstat (limited to 'mysql-test/t/rename.test')
-rw-r--r-- | mysql-test/t/rename.test | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/mysql-test/t/rename.test b/mysql-test/t/rename.test index 09a02344203..fce37d8466d 100644 --- a/mysql-test/t/rename.test +++ b/mysql-test/t/rename.test @@ -2,10 +2,6 @@ # Test of rename table # -# Test requires concurrent connections, which can't be tested on embedded -# server --- source include/not_embedded.inc - --disable_warnings drop table if exists t0,t1,t2,t3,t4; # Clear up from other tests (to ensure that SHOW TABLES below is right) |