polardbxengine/mysql-test/suite/xengine_binlog/r/binlog_encryption_random_ac...

6 lines
261 B
Plaintext

CALL mtr.add_suppression('Unsafe statement written to the binary log using statement format');
CREATE TABLE t1 (c1 INT PRIMARY KEY, c2 TEXT, pos INT);
# Inserting 100 random transaction
# Asserting we can show binlog events from each transaction
DROP TABLE t1;