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

MDEV-35344: post-fix correction for other galera tests

This commit is contained in:
Julius Goryavsky
2024-11-06 01:39:31 +01:00
parent e4a3a11dcc
commit db68eb69f9
30 changed files with 42 additions and 42 deletions

View File

@@ -5,7 +5,7 @@ connection node_1;
CREATE TABLE t1(f1 INT PRIMARY KEY) ENGINE=INNODB;
INSERT INTO t1 VALUES (1), (2), (3);
connection node_2;
call mtr.add_suppression("WSREP: Ignoring server id for non bootstrap node\\.");
call mtr.add_suppression("WSREP: Ignoring server id .* for non bootstrap node");
SELECT * FROM t1;
f1
1