1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-07 00:04:31 +03:00
Files
mariadb/mysql-test/suite/binlog/t/binlog_truncate_myisam.test
2018-03-29 13:59:44 +03:00

18 lines
294 B
Plaintext

source include/have_log_bin.inc;
SET @old_binlog_format=@@binlog_format;
let $engine = MyISAM;
SET BINLOG_FORMAT=ROW;
RESET MASTER;
source include/binlog_truncate.test;
SET BINLOG_FORMAT=STATEMENT;
RESET MASTER;
source include/binlog_truncate.test;
SET BINLOG_FORMAT=@old_binlog_format;