summaryrefslogtreecommitdiff
path: root/mysql-test/include/have_binlog_format_mixed_or_statement.inc
blob: 3888dd4b040f35c5a881faf149686e3b005e39f0 (plain)
1
2
3
4
5
6
7
source include/have_log_bin.inc;


if (`SELECT @@binlog_format = 'ROW'`)
{
  --skip Neither MIXED nor STATEMENT binlog format
}