mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
skipped tests: improve skip messages, move to a proper suite, disable as needed
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
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
--source include/have_log_bin.inc
|
||||
|
||||
-- require r/have_binlog_format_mixed.require
|
||||
disable_query_log;
|
||||
show variables like 'binlog_format';
|
||||
enable_query_log;
|
||||
if (`SELECT @@binlog_format != 'MIXED'`)
|
||||
{
|
||||
--skip Not MIXED format
|
||||
}
|
||||
|
Reference in New Issue
Block a user