mirror of
https://github.com/MariaDB/server.git
synced 2025-11-30 17:39:38 +01:00
cannot add new warnings in 11.8 anymore: * remove ER_WARN_DEFAULT_SYNTAX * use ER_VARIABLE_IGNORED instead * change the wording in it to be more generic * simplified new_mode warning-printing code
7 lines
260 B
Text
7 lines
260 B
Text
--source include/have_debug.inc
|
|
--source include/not_embedded.inc
|
|
|
|
call mtr.add_suppression('new_mode=TEST_WARNING1');
|
|
--let SEARCH_PATTERN=new_mode=TEST_WARNING1
|
|
--let SEARCH_FILE=$MYSQLTEST_VARDIR/log/mysqld.1.err
|
|
--source include/search_pattern_in_file.inc
|