summaryrefslogtreecommitdiff
path: root/mysql-test/t/lock_multi.test
diff options
context:
space:
mode:
authorholyfoot/hf@mysql.com/deer.(none) <>2006-10-23 15:02:51 +0500
committerholyfoot/hf@mysql.com/deer.(none) <>2006-10-23 15:02:51 +0500
commit4d23559806b9380f985e42350b69bcfb03403208 (patch)
treef8ba62f8d39be3b6a5d3594010e042c5ebf2c084 /mysql-test/t/lock_multi.test
parent0612a212d129501436025403787c48f74879b00a (diff)
downloadmariadb-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/lock_multi.test')
-rw-r--r--mysql-test/t/lock_multi.test8
1 files changed, 0 insertions, 8 deletions
diff --git a/mysql-test/t/lock_multi.test b/mysql-test/t/lock_multi.test
index 2e40aeaccb7..32e7f4234c4 100644
--- a/mysql-test/t/lock_multi.test
+++ b/mysql-test/t/lock_multi.test
@@ -1,11 +1,3 @@
-# This test doesn't work with the embedded version as this code
-# assumes that one query is running while we are doing queries on
-# a second connection.
-# This would work if mysqltest run would be threaded and handle each
-# connection in a separate thread.
-#
--- source include/not_embedded.inc
-
--disable_warnings
drop table if exists t1,t2;
--enable_warnings