diff options
author | Sergei Golubchik <serg@mariadb.org> | 2022-08-10 13:27:01 +0200 |
---|---|---|
committer | Oleksandr Byelkin <sanja@mariadb.com> | 2022-08-25 13:23:49 +0200 |
commit | 2f6a728075a08c70103fa559180d0efc39f86fd4 (patch) | |
tree | c1f47bdb31b9ccbb2ab4eb560d5f6df56637c838 /mysql-test/include | |
parent | f2a53b6158a9c641e5dde679e45c7ff721902e77 (diff) | |
download | mariadb-git-2f6a728075a08c70103fa559180d0efc39f86fd4.tar.gz |
update a global_suppressions() list
followup for "remove invalid options from warning messages"
Diffstat (limited to 'mysql-test/include')
-rw-r--r-- | mysql-test/include/mtr_warnings.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/include/mtr_warnings.sql b/mysql-test/include/mtr_warnings.sql index fa1ea95e5e1..9ce81703450 100644 --- a/mysql-test/include/mtr_warnings.sql +++ b/mysql-test/include/mtr_warnings.sql @@ -174,7 +174,7 @@ INSERT INTO global_suppressions VALUES /* Added 2009-08-XX after fixing Bug #42408 */ - ("Although a path was specified for the .* option, log tables are used"), + ("Although a .* file was specified, log tables are used. To enable logging to files "), ("Backup: Operation aborted"), ("Restore: Operation aborted"), ("Restore: The grant .* was skipped because the user does not exist"), |