diff options
author | Sinisa@sinisa.nasamreza.org <> | 2005-03-17 19:26:36 +0200 |
---|---|---|
committer | Sinisa@sinisa.nasamreza.org <> | 2005-03-17 19:26:36 +0200 |
commit | 8bbb282b5de975d075faafa1c8a7b8d1b9a5439d (patch) | |
tree | 08ac0779f12847476fea1a4860b6743d06b3b692 /mysql-test | |
parent | ca3391c7e7b1472062c890e30ed916cf6f88ca3b (diff) | |
download | mariadb-git-8bbb282b5de975d075faafa1c8a7b8d1b9a5439d.tar.gz |
sp.test:
Fix for a bug with test failing with Classic.
Diffstat (limited to 'mysql-test')
-rw-r--r-- | mysql-test/t/sp.test | 2 |
1 files changed, 2 insertions, 0 deletions
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 |