Current Path : /home/usr.opt/mysql57/mysql-test/suite/rpl/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/rpl/r/rpl_nogtid_rollback_on_anonymous_gtid.result |
include/master-slave.inc Warnings: Note #### Sending passwords in plain text without SSL/TLS is extremely insecure. Note #### Storing MySQL user name or password information in the master info repository is not secure and is therefore not recommended. Please consider using the USER and PASSWORD connection options for START SLAVE; see the 'START SLAVE Syntax' in the MySQL Manual for more information. [connection master] CREATE TABLE t1 (c1 INT PRIMARY KEY); include/sync_slave_sql_with_master.inc include/stop_slave_io.inc CALL mtr.add_suppression('GTID_LOG_EVENT or ANONYMOUS_GTID_LOG_EVENT is not expected'); CALL mtr.add_suppression('An unexpected event sequence was detected by the IO thread'); [connection master] BEGIN; INSERT INTO t1 VALUES (1); INSERT INTO t1 VALUES (2); INSERT INTO t1 VALUES (3); INSERT INTO t1 VALUES (4); INSERT INTO t1 VALUES (5); INSERT INTO t1 VALUES (6); INSERT INTO t1 VALUES (7); INSERT INTO t1 VALUES (8); INSERT INTO t1 VALUES (9); COMMIT; [connection slave] include/rpl_receive_event_count.inc [stop after 3 Query events] CHANGE MASTER TO MASTER_LOG_FILE='MASTER_FILE', MASTER_LOG_POS=MASTER_POS; include/start_slave_io.inc [connection master] include/sync_slave_sql_with_master.inc [connection master] DROP TABLE t1; include/rpl_end.inc