diff options
author | msvensson@neptunus.(none) <> | 2006-11-29 23:53:07 +0100 |
---|---|---|
committer | msvensson@neptunus.(none) <> | 2006-11-29 23:53:07 +0100 |
commit | b5603af7d58d1c3e6172d015379445f321dce21b (patch) | |
tree | 2e5fd2ea8d04d6274f3da86ac5b02bed3f38bb8a /mysql-test/t/rename.test | |
parent | 741eb0179a68ffd37c7f7c38c1dfe5bca932d899 (diff) | |
parent | 7146466eef37e44ddbdf01f73cd88dd8e0ce740c (diff) | |
download | mariadb-git-b5603af7d58d1c3e6172d015379445f321dce21b.tar.gz |
Merge 192.168.0.5:mysql/mysql-5.1-maint
into neptunus.(none):/home/msvensson/mysql/mysql-5.1-maint
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) |