summaryrefslogtreecommitdiff
path: root/mysql-test/r/flush_block_commit.result
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/r/flush_block_commit.result')
-rw-r--r--mysql-test/r/flush_block_commit.result6
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