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:
@@ -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
|
||||
|
Reference in New Issue
Block a user