summaryrefslogtreecommitdiff
path: root/mysql-test/t/status.test
diff options
context:
space:
mode:
authorunknown <serg@serg.mysql.com>2001-10-09 15:01:02 +0200
committerunknown <serg@serg.mysql.com>2001-10-09 15:01:02 +0200
commit85e02d693c10553fd15c1193865a7e6996545838 (patch)
tree3065e2b92039e911c2fc142749b31c47d64db7cd /mysql-test/t/status.test
parent2204fbea330b5877a104d64a62f2fa6535833fce (diff)
parentade101ca2bf132b5eb065ef74aa574c01e202074 (diff)
downloadmariadb-git-85e02d693c10553fd15c1193865a7e6996545838.tar.gz
Merge work:/home/bk/mysql-4.0
into serg.mysql.com:/usr/home/serg/Abk/mysql-4.0 mysql-test/r/join.result: Auto merged mysql-test/t/join.test: Auto merged
Diffstat (limited to 'mysql-test/t/status.test')
-rw-r--r--mysql-test/t/status.test8
1 files changed, 8 insertions, 0 deletions
diff --git a/mysql-test/t/status.test b/mysql-test/t/status.test
index bdfeb26073f..cffca437cf1 100644
--- a/mysql-test/t/status.test
+++ b/mysql-test/t/status.test
@@ -1,3 +1,11 @@
+# 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
+
connect (con1,localhost,root,,);
connect (con2,localhost,root,,);