mirror of
https://github.com/MariaDB/server.git
synced 2026-05-01 20:55:32 +02:00
After-merge fix for MySQL 5.1.41 merge into MariaDB: Another warning antipattern also needed during shutdown.
This commit is contained in:
parent
36970ac4ba
commit
e8263422a7
1 changed files with 1 additions and 0 deletions
|
|
@ -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\)/,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue