summaryrefslogtreecommitdiff
path: root/mysql-test/suite/binlog/t/binlog_truncate_myisam.test
blob: 864e9c63b1010110d59e7a12498854f739463e6a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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;