| Path : /opt/mysql/mysql-test/suite/binlog/r/ |
| Current File : //opt/mysql/mysql-test/suite/binlog/r/binlog_wait_for_executed_gtid_set_interrupted.result |
RESET MASTER;
CREATE TABLE t1 (c1 INT NOT NULL PRIMARY KEY) ENGINE=InnoDB;
INSERT INTO t1 VALUES (1);
SELECT WAIT_FOR_EXECUTED_GTID_SET('MASTER_UUID:4', 100);
DROP TABLE t1;
KILL QUERY CONNECTION_ID;
ERROR 70100: Query execution was interrupted