1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

Update galera.global_suppressions with galera warnings.

This commit is contained in:
Nirbhay Choubey
2015-03-19 20:41:57 -04:00
parent 1a32993537
commit ce0427a622

View File

@@ -33,6 +33,8 @@ push @::global_suppressions,
qr(WSREP: last inactive check more than .* skipping check),
qr(WSREP: SQL statement was ineffective),
qr(WSREP: Releasing seqno [0-9]* before [0-9]* was assigned.),
qr|WSREP: access file\(gvwstate.dat\) failed\(No such file or directory\)|,
qr(WSREP: SYNC message from member [0-9]* in non-primary configuration. Ignored.),
);