From 0745a2b783becf4b3ecb095cf8e43f67e333ba90 Mon Sep 17 00:00:00 2001 From: unknown Date: Fri, 20 Aug 2004 22:54:42 +0200 Subject: after merge fix myisam/Makefile.am: put zlib at the end (libtool adds the whole bunch of dependencies right after that) sql/Makefile.am: put zlib at the end (libtool adds the whole bunch of dependencies right after that) --- mysql-test/t/flush_block_commit.test | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'mysql-test/t/flush_block_commit.test') diff --git a/mysql-test/t/flush_block_commit.test b/mysql-test/t/flush_block_commit.test index 20ecec1361c..3d13086f517 100644 --- a/mysql-test/t/flush_block_commit.test +++ b/mysql-test/t/flush_block_commit.test @@ -8,8 +8,11 @@ connect (con1,localhost,root,,); connect (con2,localhost,root,,); connect (con3,localhost,root,,); connection con1; + +--disable_warnings drop table if exists t1; -create table t1 (a int) type=innodb; +--enable_warnings +create table t1 (a int) engine=innodb; # blocks COMMIT ? -- cgit v1.2.1