diff options
author | holyfoot/hf@mysql.com/deer.(none) <> | 2006-10-23 15:02:51 +0500 |
---|---|---|
committer | holyfoot/hf@mysql.com/deer.(none) <> | 2006-10-23 15:02:51 +0500 |
commit | 4d23559806b9380f985e42350b69bcfb03403208 (patch) | |
tree | f8ba62f8d39be3b6a5d3594010e042c5ebf2c084 /mysql-test/t/rename.test | |
parent | 0612a212d129501436025403787c48f74879b00a (diff) | |
download | mariadb-git-4d23559806b9380f985e42350b69bcfb03403208.tar.gz |
WL#3475 (Threads for the embedded server in mysqltest)
Necessary code added to mysqltest.c.
Disabled tests are available now.
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 5caecef176e..ad9921d2cf0 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) |