polardbxengine/mysql-test/include/have_binlog_format_mixed.inc

8 lines
186 B
PHP

--source include/have_log_bin.inc
let $have_binlog_format_mixed= `SELECT @@binlog_format LIKE 'MIXED'`;
if (!$have_binlog_format_mixed)
{
--skip Test requires binlog_format = MIXED
}