1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00

Merged r3468 from maria-5.5-galera.

This commit is contained in:
Nirbhay Choubey
2014-03-27 08:22:29 -04:00
parent 7fd382f117
commit 43c6c2ac77
14 changed files with 306 additions and 0 deletions

View File

@ -4824,6 +4824,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= [];