summaryrefslogtreecommitdiff
path: root/mysql-test/suite/binlog_encryption/mysqlbinlog.result
blob: 71758f7d6e71b45e655d774d3d0430a45c2501d2 (plain)
1
2
3
4
5
6
RESET MASTER;
CREATE TABLE t1 (a INT);
INSERT INTO t1 VALUES (1),(2),(3);
REPLACE INTO t1 VALUES (4);
DROP TABLE t1;
FLUSH LOGS;