summaryrefslogtreecommitdiff
path: root/mysql-test/r/flush_block_commit.result
diff options
context:
space:
mode:
authorunknown <serg@serg.mylan>2004-08-20 22:54:42 +0200
committerunknown <serg@serg.mylan>2004-08-20 22:54:42 +0200
commit0745a2b783becf4b3ecb095cf8e43f67e333ba90 (patch)
treee8510e5d3f6b221a69a2c61f979f3786df718f3a /mysql-test/r/flush_block_commit.result
parent5f74f8d5faf57740cdd43c03a9d5a8d58a357e45 (diff)
downloadmariadb-git-0745a2b783becf4b3ecb095cf8e43f67e333ba90.tar.gz
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)
Diffstat (limited to 'mysql-test/r/flush_block_commit.result')
-rw-r--r--mysql-test/r/flush_block_commit.result2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/r/flush_block_commit.result b/mysql-test/r/flush_block_commit.result
index 3205dd9dad9..17991f15382 100644
--- a/mysql-test/r/flush_block_commit.result
+++ b/mysql-test/r/flush_block_commit.result
@@ -1,5 +1,5 @@
drop table if exists t1;
-create table t1 (a int) type=innodb;
+create table t1 (a int) engine=innodb;
begin;
insert into t1 values(1);
flush tables with read lock;