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

Fix memory leak in XtraDB.

This commit is contained in:
Nirbhay Choubey
2016-06-27 14:44:07 -04:00
parent 94a61838fe
commit f629f53548
3 changed files with 3 additions and 2 deletions

View File

@@ -68,7 +68,6 @@ push @::global_suppressions,
qr|WSREP: gcs_caused\(\) returned .*|,
qr|WSREP: Protocol violation. JOIN message sender .* is not in state transfer \(SYNCED\). Message ignored.|,
qr(WSREP: Action message in non-primary configuration from member [0-9]*),
qr(InnoDB: Some resources were not cleaned up in shutdown.*),
);