GIF89a;
Direktori : /usr/share/mysql-test/suite/binlog/r/ |
Current File : //usr/share/mysql-test/suite/binlog/r/binlog_use_gtid_skip.result |
# # 1. Apply some data on server. # CREATE TABLE t1 (c1 INT) ENGINE=InnoDB; INSERT INTO t1 VALUES (1); INSERT INTO t1 VALUES (2); INSERT INTO t1 VALUES (3); # # 2. Check that a SQL file with already logged transactions # is correctly skipped when is replayed. # FLUSH LOGS; # # 3. Clean up. # DROP TABLE t1;