summaryrefslogtreecommitdiff
path: root/mysql-test/t/xa_binlog.test
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/t/xa_binlog.test')
-rw-r--r--mysql-test/t/xa_binlog.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/t/xa_binlog.test b/mysql-test/t/xa_binlog.test
index 48f1dc6dfaa..430d45ab86a 100644
--- a/mysql-test/t/xa_binlog.test
+++ b/mysql-test/t/xa_binlog.test
@@ -27,6 +27,6 @@ SELECT * FROM t1 ORDER BY a;
--replace_column 2 # 5 #
--replace_regex /xid=[0-9]+/xid=XX/
-SHOW BINLOG EVENTS LIMIT 1,9;
+SHOW BINLOG EVENTS LIMIT 2,9;
DROP TABLE t1;