mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
MDEV-7544: Update global_suppressions to include warning related to "gvwstate.dat"
This commit is contained in:
@@ -35,6 +35,7 @@ push @::global_suppressions,
|
|||||||
qr(WSREP: last inactive check more than .* skipping check),
|
qr(WSREP: last inactive check more than .* skipping check),
|
||||||
qr(WSREP: SQL statement was ineffective),
|
qr(WSREP: SQL statement was ineffective),
|
||||||
qr(WSREP: Releasing seqno [0-9]* before [0-9]* was assigned.),
|
qr(WSREP: Releasing seqno [0-9]* before [0-9]* was assigned.),
|
||||||
|
qr|WSREP: access file\(gvwstate.dat\) failed\(No such file or directory\)|,
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
||||||
|
@@ -29,6 +29,7 @@ push @::global_suppressions,
|
|||||||
qr(WSREP: Could not open saved state file for reading: ),
|
qr(WSREP: Could not open saved state file for reading: ),
|
||||||
qr(WSREP: option --wsrep-casual-reads is deprecated),
|
qr(WSREP: option --wsrep-casual-reads is deprecated),
|
||||||
qr(WSREP: --wsrep-casual-reads=ON takes precedence over --wsrep-sync-wait=0),
|
qr(WSREP: --wsrep-casual-reads=ON takes precedence over --wsrep-sync-wait=0),
|
||||||
|
qr|WSREP: access file\(gvwstate.dat\) failed\(No such file or directory\)|,
|
||||||
);
|
);
|
||||||
|
|
||||||
$ENV{PATH}="$epath:$ENV{PATH}";
|
$ENV{PATH}="$epath:$ENV{PATH}";
|
||||||
|
Reference in New Issue
Block a user