Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
10.5.6
-
None
-
kvm-deb-xenial-aarch64
Description
galera_3nodes.GCF-376 failed on BB 10.5: "query 'INSERT INTO t1 VALUES (1, 'a')' failed: 1146: Table 'test.t1' doesn't exist".
10.5.6 97a4a3872e5037b8db1e8c27152740190330ab9c |
galera_3nodes.GCF-376 'innodb' w2 [ fail ]
|
Test ended at 2020-08-26 08:04:40
|
|
CURRENT_TEST: galera_3nodes.GCF-376
|
mysqltest: At line 21: query 'INSERT INTO t1 VALUES (1, 'a')' failed: 1146: Table 'test.t1' doesn't exist
|
|
The result from queries just before the failure was:
|
connection node_2;
|
connection node_1;
|
connect node_3, 127.0.0.1, root, , test, $NODE_MYPORT_3;
|
connection node_1;
|
connection node_1;
|
connection node_2;
|
connection node_3;
|
CREATE TABLE test.t1 (f1 INTEGER PRIMARY KEY, f2 CHAR(1)) ENGINE=InnoDB;
|
connection node_2;
|
SET GLOBAL wsrep_on=OFF;
|
INSERT INTO t1 VALUES (1, 'a');
|