summaryrefslogtreecommitdiffstats
path: root/mysql-test/suite/mariabackup/binlog.result
blob: 4f8ed4185cea4f7f6ba12d25a18b2d560f980387 (plain)
1
2
3
4
5
6
7
8
CREATE TABLE t(a varchar(60)) ENGINE INNODB;
INSERT INTO t VALUES(1);
SHOW VARIABLES like 'log_bin';
Variable_name	Value
log_bin	ON
FOUND 1 /Last binlog file .*, position .*/ in current_test
# expect FOUND
DROP TABLE t;