diff options
author | holyfoot@deer.(none) <> | 2006-01-04 14:20:28 +0400 |
---|---|---|
committer | holyfoot@deer.(none) <> | 2006-01-04 14:20:28 +0400 |
commit | e8697cf428e59bc14e69d5b1ce1569b8d42e02d9 (patch) | |
tree | bcb306f8c631b6b3153296059aae11b7e290ded7 /mysql-test/t/handler.test | |
parent | 795f744c5f1ba2d427128a7ecd3e12f1fe3cc0ff (diff) | |
download | mariadb-git-e8697cf428e59bc14e69d5b1ce1569b8d42e02d9.tar.gz |
Big patch to make embedded-server working in 5.x
Now it supports queries returning several results
(particularly important with the SP)
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 f3e14c3cd2b..cce1c5de725 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; --enable_warnings |