GIF89a;
Direktori : /usr/share/mysql-test/suite/binlog/t/ |
Current File : //usr/share/mysql-test/suite/binlog/t/binlog_truncate_myisam.test |
source include/have_log_bin.inc; SET @old_binlog_format=@@binlog_format; let $engine = MyISAM; SET BINLOG_FORMAT=ROW; RESET MASTER; source extra/binlog_tests/binlog_truncate.test; SET BINLOG_FORMAT=STATEMENT; RESET MASTER; source extra/binlog_tests/binlog_truncate.test; SET BINLOG_FORMAT=@old_binlog_format;