1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00

Fix for when shell version of mysql-test-run is called.

This commit is contained in:
brian@zim.(none)
2007-01-05 22:28:53 -08:00
parent 77004aabf2
commit 05d05c776f
2 changed files with 1 additions and 2 deletions

View File

@@ -0,0 +1 @@
--skip-innodb

View File

@@ -150,8 +150,6 @@ drop table t1;
# Bug#20778: strange characters in warning message 1366 when called in SP
#
let $engine_type= innodb;
CREATE TABLE t1( f1 CHAR(20) );
CREATE TABLE t2( f1 CHAR(20), f2 CHAR(25) );
CREATE TABLE t3( f1 CHAR(20), f2 CHAR(25), f3 DATE );