summaryrefslogtreecommitdiff
path: root/mysql-test/t/flush.test
diff options
context:
space:
mode:
authormsvensson@neptunus.(none) <>2006-11-28 20:59:57 +0100
committermsvensson@neptunus.(none) <>2006-11-28 20:59:57 +0100
commit04d5a42bbfb36e614512d692a34130242d345175 (patch)
treeabd103946cab0eae83e36388b799bb0e86227ee3 /mysql-test/t/flush.test
parentcc2821944fcceb54080230acb057c627a5c288ed (diff)
parent648e86e10849f5d31c9592d6173ac8f1c2b453aa (diff)
downloadmariadb-git-04d5a42bbfb36e614512d692a34130242d345175.tar.gz
Merge neptunus.(none):/home/msvensson/mysql/mysql-5.0
into neptunus.(none):/home/msvensson/mysql/mysql-5.0-maint
Diffstat (limited to 'mysql-test/t/flush.test')
-rw-r--r--mysql-test/t/flush.test8
1 files changed, 0 insertions, 8 deletions
diff --git a/mysql-test/t/flush.test b/mysql-test/t/flush.test
index 95ba633fefd..3a4f2f2f5f2 100644
--- a/mysql-test/t/flush.test
+++ b/mysql-test/t/flush.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
-
connect (con1,localhost,root,,);
connect (con2,localhost,root,,);
connection con1;