From 8bbb282b5de975d075faafa1c8a7b8d1b9a5439d Mon Sep 17 00:00:00 2001 From: "Sinisa@sinisa.nasamreza.org" <> Date: Thu, 17 Mar 2005 19:26:36 +0200 Subject: [PATCH] sp.test: Fix for a bug with test failing with Classic. --- mysql-test/t/sp.test | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mysql-test/t/sp.test b/mysql-test/t/sp.test index 31c6a16580f..4ea121fefeb 100644 --- a/mysql-test/t/sp.test +++ b/mysql-test/t/sp.test @@ -5,6 +5,8 @@ # things that will not run in a single debugged mysqld # process (e.g. master-slave things). +-- source include/have_innodb.inc + use test; --disable_warnings