1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +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

@@ -29,7 +29,6 @@ push @::global_suppressions,
qr(WSREP: option --wsrep-causal-reads is deprecated),
qr(WSREP: --wsrep-causal-reads=ON takes precedence over --wsrep-sync-wait=0),
qr|WSREP: access file\(.*gvwstate.dat\) failed\(No such file or directory\)|,
qr(InnoDB: Some resources were not cleaned up in shutdown.*),
);
$ENV{PATH}="$epath:$ENV{PATH}";