diff options
author | holyfoot/hf@mysql.com/deer.(none) <> | 2006-07-25 18:02:42 +0500 |
---|---|---|
committer | holyfoot/hf@mysql.com/deer.(none) <> | 2006-07-25 18:02:42 +0500 |
commit | 1252cec249fc1b92d837b488fed162fd04d9fdd2 (patch) | |
tree | 0f5a4f39f2e9eb8627676ddfd0d8efdea3f1d7cc | |
parent | 5e442de3982dc84789308c6836ab90554de145ca (diff) | |
download | mariadb-git-1252cec249fc1b92d837b488fed162fd04d9fdd2.tar.gz |
Bug #15440 (handler.test hangs in embedded mode)
the old problem - mysqltest can't handle multiple connections in the
embedded server properly. So i disabled the test for the embedded mode
until mysqltest is fixed
-rw-r--r-- | mysql-test/t/handler.test | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/t/handler.test b/mysql-test/t/handler.test index a78800d3d5a..55936e44b32 100644 --- a/mysql-test/t/handler.test +++ b/mysql-test/t/handler.test @@ -1,3 +1,4 @@ +-- source include/not_embedded.inc # # test of HANDLER ... # |