summaryrefslogtreecommitdiff
path: root/mysql-test/extra/binlog_tests/mix_innodb_myisam_binlog.test
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/extra/binlog_tests/mix_innodb_myisam_binlog.test')
-rw-r--r--mysql-test/extra/binlog_tests/mix_innodb_myisam_binlog.test4
1 files changed, 4 insertions, 0 deletions
diff --git a/mysql-test/extra/binlog_tests/mix_innodb_myisam_binlog.test b/mysql-test/extra/binlog_tests/mix_innodb_myisam_binlog.test
index 040da1959dc..b41bfeaba74 100644
--- a/mysql-test/extra/binlog_tests/mix_innodb_myisam_binlog.test
+++ b/mysql-test/extra/binlog_tests/mix_innodb_myisam_binlog.test
@@ -311,6 +311,7 @@ select get_lock("a",10);
begin;
insert into t1 values(8);
insert into t2 select * from t1;
+
disconnect con3;
connection con4;
@@ -331,6 +332,9 @@ let $MYSQLD_DATADIR= `select @@datadir`;
# we check that the error code of the "ROLLBACK" event is 0 and not
# ER_SERVER_SHUTDOWN (i.e. disconnection just rolls back transaction
# and does not make slave to stop)
+
+-- source include/binlog_start_pos.inc
+
if (`select @@binlog_format = 'ROW'`)
{
--echo There is nothing to roll back; transactional changes are removed from the trans cache.