summaryrefslogtreecommitdiff
path: root/mysql-test/t
diff options
context:
space:
mode:
authorunknown <msvensson@pilot.(none)>2007-06-08 07:16:36 +0200
committerunknown <msvensson@pilot.(none)>2007-06-08 07:16:36 +0200
commit44626a6de8d1d7d907ade133c7f9481376134621 (patch)
tree902a2352ff82212199634cc01639f28d6c2b4586 /mysql-test/t
parent20a6f54651677eecd83fff6e7d78aa46311952b0 (diff)
downloadmariadb-git-44626a6de8d1d7d907ade133c7f9481376134621.tar.gz
Bug#28369 rpl test cases fail with binlog disabled
mysql-test/lib/mtr_cases.pl: Don't turn off binlog in versions prior to 5.0 mysql-test/r/binlog.result: Update result after adding "one more select" mysql-test/t/binlog.test: Update result after adding "one more select"
Diffstat (limited to 'mysql-test/t')
-rw-r--r--mysql-test/t/binlog.test4
1 files changed, 2 insertions, 2 deletions
diff --git a/mysql-test/t/binlog.test b/mysql-test/t/binlog.test
index 49369470d42..7c307cb3f94 100644
--- a/mysql-test/t/binlog.test
+++ b/mysql-test/t/binlog.test
@@ -20,7 +20,7 @@ begin;
insert t2 values (5);
commit;
# first COMMIT must be Query_log_event, second - Xid_log_event
---replace_result "xid=21" "xid=12"
+--replace_result "xid=22" "xid=13"
--replace_column 2 # 5 #
show binlog events from 98;
drop table t1,t2;
@@ -42,7 +42,7 @@ while ($1)
--enable_query_log
commit;
drop table t1;
---replace_result "xid=32" "xid=19"
+--replace_result "xid=33" "xid=20"
--replace_column 2 # 5 #
show binlog events in 'master-bin.000001' from 98;
--replace_column 2 # 5 #