Commit f92723eb authored by unknown's avatar unknown

After-merge fixes for merge of MySQL 5.1.41 into MariaDB: more post-shutdown warning fixes.

parent e8263422
...@@ -3992,7 +3992,8 @@ sub extract_warning_lines ($) { ...@@ -3992,7 +3992,8 @@ sub extract_warning_lines ($) {
qr/Setting lower_case_table_names=2/, qr/Setting lower_case_table_names=2/,
qr/deprecated/, qr/deprecated/,
qr/Slave SQL thread retried transaction/, qr/Slave SQL thread retried transaction/,
qw/Slave \(additional info\)/, qr/Slave \(additional info\)/,
qr/Incorrect information in file/,
); );
my $match_count= 0; my $match_count= 0;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment