diff options
author | unknown <serg@serg.mylan> | 2004-08-20 22:54:42 +0200 |
---|---|---|
committer | unknown <serg@serg.mylan> | 2004-08-20 22:54:42 +0200 |
commit | 0745a2b783becf4b3ecb095cf8e43f67e333ba90 (patch) | |
tree | e8510e5d3f6b221a69a2c61f979f3786df718f3a /mysql-test/r/flush_block_commit.result | |
parent | 5f74f8d5faf57740cdd43c03a9d5a8d58a357e45 (diff) | |
download | mariadb-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.result | 2 |
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; |