diff options
author | unknown <guilhem@mysql.com> | 2004-11-30 22:22:12 +0100 |
---|---|---|
committer | unknown <guilhem@mysql.com> | 2004-11-30 22:22:12 +0100 |
commit | 682a8fbb1187d1130ed59826c41d324f82accc27 (patch) | |
tree | 439d4dc637cdb4e3acaf3300ad2c9755da87140b /mysql-test/r/flush_block_commit.result | |
parent | 4579806f464234e52e2d1b222980937fc8ecf896 (diff) | |
parent | 352ad8156cc7bd8dc728715569a3bc350108513e (diff) | |
download | mariadb-git-682a8fbb1187d1130ed59826c41d324f82accc27.tar.gz |
Merge gbichot@bk-internal.mysql.com:/home/bk/mysql-4.0
into mysql.com:/home/mysql_src/mysql-4.1-clean
mysql-test/r/flush_block_commit.result:
Auto merged
mysql-test/t/flush_block_commit.test:
Auto merged
sql/lock.cc:
Auto merged
Diffstat (limited to 'mysql-test/r/flush_block_commit.result')
-rw-r--r-- | mysql-test/r/flush_block_commit.result | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/mysql-test/r/flush_block_commit.result b/mysql-test/r/flush_block_commit.result index 17991f15382..4a7575d8f7a 100644 --- a/mysql-test/r/flush_block_commit.result +++ b/mysql-test/r/flush_block_commit.result @@ -20,4 +20,12 @@ commit; a 1 unlock tables; +commit; +begin; +insert into t1 values(10); +flush tables with read lock; +commit; +unlock tables; +flush tables with read lock; +unlock tables; drop table t1; |