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


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