summaryrefslogtreecommitdiff
path: root/mysql-test/t/handler.test
diff options
context:
space:
mode:
authorholyfoot@deer.(none) <>2006-01-04 14:20:28 +0400
committerholyfoot@deer.(none) <>2006-01-04 14:20:28 +0400
commite8697cf428e59bc14e69d5b1ce1569b8d42e02d9 (patch)
treebcb306f8c631b6b3153296059aae11b7e290ded7 /mysql-test/t/handler.test
parent795f744c5f1ba2d427128a7ecd3e12f1fe3cc0ff (diff)
downloadmariadb-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.test3
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