summaryrefslogtreecommitdiff
path: root/mysql-test/suite/binlog/r/binlog_parallel_replication_ddl.result
blob: 34d8bbf5999a48d1149ba422ffbb4bd1719d2568 (plain)
1
2
3
4
5
6
7
8
RESET MASTER;
CREATE OR REPLACE SEQUENCE s1;
DROP SEQUENCE s1;
FLUSH LOGS;
FOUND 2 /GTID [0-9]+-[0-9]+-[0-9]+/ in mysqlbinlog.sql
The same as above number of samples must be found:
FOUND 2 /GTID [0-9]+-[0-9]+-[0-9]+ ddl/ in mysqlbinlog.sql
End of the tests