1source include/have_log_bin.inc;
2
3
4if (`SELECT @@binlog_format = 'MIXED'`)
5{
6  --skip Neither ROW nor STATEMENT binlog format
7}
8
9