1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-07 06:01:31 +03:00

Merged revision 3471, 3472 & 3473 from maria-5.5-galera.

This commit is contained in:
Nirbhay Choubey
2014-03-28 08:26:08 -04:00
34 changed files with 624 additions and 11 deletions

View File

@ -4832,6 +4832,9 @@ sub extract_warning_lines ($$) {
qr|Plugin 'FEEDBACK' registration as a INFORMATION SCHEMA failed|,
qr|'log-bin-use-v1-row-events' is MySQL 5.6 compatible option|,
qr|InnoDB: Setting thread \d+ nice to \d+ failed, current nice \d+, errno 13|, # setpriority() fails under valgrind
# Galera-related warnings.
qr|WSREP:.*down context.*|,
qr|WSREP: Failed to send state UUID:.*|,
);
my $matched_lines= [];