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