mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 20:12:31 +01:00
73a46b3eb9
mysql-test/include/have_binlog_format_mixed_or_row.inc: better skip message mysql-test/include/have_binlog_format_mixed_or_statement.inc: better skip message mysql-test/include/have_binlog_format_row_or_statement.inc: better skip message mysql-test/t/warnings_engine_disabled.test: better skip message
6 lines
106 B
PHP
6 lines
106 B
PHP
--source include/have_log_bin.inc
|
|
|
|
if (`SELECT @@binlog_format != 'MIXED'`)
|
|
{
|
|
--skip Not MIXED format
|
|
}
|