From 25099e090270e62737b82003d1008e59ef7f6d14 Mon Sep 17 00:00:00 2001 From: unknown 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: 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