diff options
author | holyfoot@mysql.com <> | 2006-01-19 18:05:57 +0400 |
---|---|---|
committer | holyfoot@mysql.com <> | 2006-01-19 18:05:57 +0400 |
commit | 53a379d041f944c858280e24a2ba825ddf465189 (patch) | |
tree | 0c5df31a98305c1cfd75da28b7efa727365ffeef /mysql-test/t/handler.test | |
parent | 9a6bad5951922d922eebdc0d088e070d8697736a (diff) | |
parent | c03d0250021c88ad3bdabd882c0699e150c7b897 (diff) | |
download | mariadb-git-53a379d041f944c858280e24a2ba825ddf465189.tar.gz |
Merge bk@192.168.21.1:mysql-5.1-new into mysql.com:/home/hf/work/5.1.emb
Diffstat (limited to 'mysql-test/t/handler.test')
-rw-r--r-- | mysql-test/t/handler.test | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mysql-test/t/handler.test b/mysql-test/t/handler.test index 3fb09df5f2f..a7f1eeaa2cc 100644 --- a/mysql-test/t/handler.test +++ b/mysql-test/t/handler.test @@ -2,6 +2,9 @@ # test of HANDLER ... # +# should work in embedded server after mysqltest is fixed +-- source include/not_embedded.inc + --disable_warnings drop table if exists t1,t3,t4,t5; --enable_warnings |