diff options
author | Sergei Golubchik <serg@mariadb.org> | 2015-09-03 16:32:00 +0200 |
---|---|---|
committer | Sergei Golubchik <serg@mariadb.org> | 2015-09-03 16:32:00 +0200 |
commit | a5b0a32ac3f8278a197add2efa636c6252ce6096 (patch) | |
tree | 006ccc320544e04be6beca0e929eb9f9d8e36bcd /mysql-test/suite/galera/suite.pm | |
parent | 09307c443c173fc2756169290b6ce0ba2f679b9a (diff) | |
parent | f533b2b462b5b73630245172b627506d36f95b39 (diff) | |
download | mariadb-git-a5b0a32ac3f8278a197add2efa636c6252ce6096.tar.gz |
Merge branch '10.0-galera' into 10.1
Diffstat (limited to 'mysql-test/suite/galera/suite.pm')
-rw-r--r-- | mysql-test/suite/galera/suite.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/suite/galera/suite.pm b/mysql-test/suite/galera/suite.pm index db8e8f7ff36..28163d62ef1 100644 --- a/mysql-test/suite/galera/suite.pm +++ b/mysql-test/suite/galera/suite.pm @@ -33,7 +33,7 @@ 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: access file\(.*gvwstate.dat\) failed\(No such file or directory\)|, qr(WSREP: Quorum: No node with complete state), qr(WSREP: Initial position was provided by configuration or SST, avoiding override), qr|WSREP: discarding established \(time wait\) .*|, |