1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00

After-merge fix for MySQL 5.1.41 merge into MariaDB: Another warning antipattern also needed during shutdown.

This commit is contained in:
unknown
2009-11-26 08:45:54 +01:00
parent 36970ac4ba
commit e8263422a7

View File

@@ -3989,6 +3989,7 @@ sub extract_warning_lines ($) {
qr/unknown option '--loose-/,
qr/unknown variable 'loose-/,
qr/Now setting lower_case_table_names to [02]/,
qr/Setting lower_case_table_names=2/,
qr/deprecated/,
qr/Slave SQL thread retried transaction/,
qw/Slave \(additional info\)/,