mariadb/mysql-test/suite/sys_vars/t/new_mode_notembedded.test
Sergei Golubchik 399edc7c62 MDEV-37784 fix the warning
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
2025-10-06 12:30:38 +02:00

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