diff options
author | msvensson@shellback.(none) <> | 2006-10-03 15:33:44 +0200 |
---|---|---|
committer | msvensson@shellback.(none) <> | 2006-10-03 15:33:44 +0200 |
commit | 2cea0e6b133d7e2c82735253a92ce4b976c82498 (patch) | |
tree | d4a0a3d0f54d1bd0f8cd8e20fec7b927c3b19126 /mysql-test/r/flush_block_commit.result | |
parent | 2cb82158098c17bcce038726510ea85ceb705236 (diff) | |
download | mariadb-git-2cea0e6b133d7e2c82735253a92ce4b976c82498.tar.gz |
Update mysqltest to latest version
- ie. backport from 5.1
- also update testcase error dected by new version
Diffstat (limited to 'mysql-test/r/flush_block_commit.result')
-rw-r--r-- | mysql-test/r/flush_block_commit.result | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mysql-test/r/flush_block_commit.result b/mysql-test/r/flush_block_commit.result index 2e9f1920937..d5b10868358 100644 --- a/mysql-test/r/flush_block_commit.result +++ b/mysql-test/r/flush_block_commit.result @@ -5,7 +5,7 @@ insert into t1 values(1); flush tables with read lock; select * from t1; a - commit; +commit; select * from t1; a unlock tables; @@ -14,8 +14,8 @@ select * from t1 for update; a 1 begin; - select * from t1 for update; - flush tables with read lock; +select * from t1 for update; +flush tables with read lock; commit; a 1 |