summaryrefslogtreecommitdiff
path: root/mysql-test/suite/galera/r/GCF-939.result
blob: 24d4eab67e555921ef29fa6627f2a75ea9d2d2e1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
connection node_2;
connection node_1;
connection node_1;
DROP TABLE t1;
ERROR 42S02: Unknown table 'test.t1'
CREATE TABLE t1 (f1 INTEGER) ENGINE=InnoDB;
INSERT INTO t1 VALUES (1);
GRA_.log
GRA_.log
DROP TABLE t1;
CALL mtr.add_suppression("Ignoring error 'Unknown table 'test.t1'' on query");
connection node_2;
CALL mtr.add_suppression("Error 'Unknown table 'test.t1'' on query");