summaryrefslogtreecommitdiff
path: root/mysql-test/r/flush_block_commit_notembedded.result
diff options
context:
space:
mode:
authorAndrei Elkin <aelkin@mysql.com>2009-10-01 19:44:53 +0300
committerAndrei Elkin <aelkin@mysql.com>2009-10-01 19:44:53 +0300
commitd91aa57c38e9baf0bbf31a596e79bea2504e50bb (patch)
treee2849e3cfc039882029b2eb6059cefa89b85f0de /mysql-test/r/flush_block_commit_notembedded.result
parentc676cebbea734691b41bf7e8edcbe61e74a53f62 (diff)
downloadmariadb-git-d91aa57c38e9baf0bbf31a596e79bea2504e50bb.tar.gz
backporting bug@27808 fixes
Diffstat (limited to 'mysql-test/r/flush_block_commit_notembedded.result')
-rw-r--r--mysql-test/r/flush_block_commit_notembedded.result4
1 files changed, 2 insertions, 2 deletions
diff --git a/mysql-test/r/flush_block_commit_notembedded.result b/mysql-test/r/flush_block_commit_notembedded.result
index c7fd7a11877..4348dbd67e5 100644
--- a/mysql-test/r/flush_block_commit_notembedded.result
+++ b/mysql-test/r/flush_block_commit_notembedded.result
@@ -9,13 +9,13 @@ INSERT t1 VALUES (1);
FLUSH TABLES WITH READ LOCK;
SHOW MASTER STATUS;
File Position Binlog_Do_DB Binlog_Ignore_DB
-master-bin.000001 106
+master-bin.000001 107
# Switch to connection con1
COMMIT;
# Switch to connection con2
SHOW MASTER STATUS;
File Position Binlog_Do_DB Binlog_Ignore_DB
-master-bin.000001 106
+master-bin.000001 107
UNLOCK TABLES;
# Switch to connection con1
DROP TABLE t1;