From e8697cf428e59bc14e69d5b1ce1569b8d42e02d9 Mon Sep 17 00:00:00 2001 From: "holyfoot@deer.(none)" <> Date: Wed, 4 Jan 2006 14:20:28 +0400 Subject: Big patch to make embedded-server working in 5.x Now it supports queries returning several results (particularly important with the SP) --- mysql-test/t/handler.test | 3 +++ 1 file changed, 3 insertions(+) (limited to 'mysql-test/t/handler.test') 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 -- cgit v1.2.1