summaryrefslogtreecommitdiffstats
path: root/mysql-test/suite/binlog/r/binlog_mysqlbinlog_raw_flush.result
blob: d697788047f59a8e9742f908906ffc486e458f7c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
RESET MASTER;
#
# MDEV-30698 Cover missing test cases for mariadb-binlog options
#            --raw [and] --flashback
#
CREATE TABLE t1 (a int);
FLUSH LOGS;
INSERT INTO t1 VALUES (1);
# timeout TIMEOUT MYSQL_BINLOG --raw --read-from-remote-server --user=root --host=127.0.0.1 --port=MASTER_MYPORT --stop-never --result-file=MYSQLTEST_VARDIR/tmp/ master-bin.000001
# MYSQL_BINLOG MYSQLTEST_VARDIR/tmp/master-bin.000002 > MYSQLTEST_VARDIR/tmp/local-bin.000002.out
FOUND 1 /GTID 0-1-2/ in local-bin.000002.out
DROP TABLE t1;