summaryrefslogtreecommitdiff
path: root/mysql-test/suite/binlog/r/binlog_autocommit_off_no_hang.result
blob: 71eecd881ca4e36802c08d21e1cea8b8b189a438 (plain)
1
2
3
4
5
6
ALTER TABLE mysql.gtid_slave_pos ENGINE=innodb;
# Restart the server so mysqld reads the gtid_slave_pos using innodb
# Set gtid_slave_pos should not hang
SET GLOBAL gtid_slave_pos=@@gtid_binlog_pos;
COMMIT;
RESET MASTER;