Current Path : /home/usr.opt/mysql57/mysql-test/suite/binlog/r/ |
FreeBSD hs32.drive.ne.jp 9.1-RELEASE FreeBSD 9.1-RELEASE #1: Wed Jan 14 12:18:08 JST 2015 root@hs32.drive.ne.jp:/sys/amd64/compile/hs32 amd64 |
Current File : /home/usr.opt/mysql57/mysql-test/suite/binlog/r/binlog_shutdown_hang.result |
RESET MASTER; CREATE TABLE t (f INT PRIMARY KEY) ENGINE=INNODB; INSERT INTO t VALUES (10); SET GLOBAL autocommit= 0; SET GLOBAL super_read_only= ON; # restart # # Verify that we can get correct gtid sets after server restarts # include/assert.inc [committed gtid set is MASTER_UUID:1-2] SELECT * FROM mysql.gtid_executed; source_uuid interval_start interval_end MASTER_UUID 1 2 DROP TABLE t; RESET MASTER;