From 1252cec249fc1b92d837b488fed162fd04d9fdd2 Mon Sep 17 00:00:00 2001
From: "holyfoot/hf@mysql.com/deer.(none)" <>
Date: Tue, 25 Jul 2006 18:02:42 +0500
Subject: [PATCH] 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
---
 mysql-test/t/handler.test | 1 +
 1 file changed, 1 insertion(+)

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 ...
 #
-- 
2.30.9