1--source include/have_log_bin.inc
2
3if (`SELECT @@binlog_format != 'MIXED'`)
4{
5  --skip Not MIXED format
6}
7