diff options
author | holyfoot/hf@mysql.com/deer.(none) <> | 2006-11-16 23:16:44 +0400 |
---|---|---|
committer | holyfoot/hf@mysql.com/deer.(none) <> | 2006-11-16 23:16:44 +0400 |
commit | 497ccd6b87b9978fadac6c48d4ae6bd2f689feb7 (patch) | |
tree | 5400912843b70b171dc06c8cdc96a6f3329a25db /mysql-test/t/flush.test | |
parent | 4e9ef283efa621ad3acafce39978bc8f29b97931 (diff) | |
parent | e7cde7265138dcb6ded0a1309e331a52baaf44e5 (diff) | |
download | mariadb-git-497ccd6b87b9978fadac6c48d4ae6bd2f689feb7.tar.gz |
Merge mysql.com:/home/hf/work/mysql-4.1-mrg
into mysql.com:/home/hf/work/mysql-5.0-mrg
Diffstat (limited to 'mysql-test/t/flush.test')
-rw-r--r-- | mysql-test/t/flush.test | 8 |
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; |