Commit 82f22d2f authored by Jan Lindström's avatar Jan Lindström

MDEV-18590 galera.versioning_trx_id: Test failure: mysqltest: Result content mismatch

Ignore warning.
parent 1036886b
connection node_2; connection node_2;
connection node_1; connection node_1;
call mtr.add_suppression("Sending JOIN failed:.*");
connect node_3, 127.0.0.1, root, , test, $NODE_MYPORT_3; connect node_3, 127.0.0.1, root, , test, $NODE_MYPORT_3;
connection node_1; connection node_1;
create table t1 (a int, s bigint unsigned as row start, e bigint unsigned as row end, period for system_time(s,e)) engine=InnoDB with system versioning; create table t1 (a int, s bigint unsigned as row start, e bigint unsigned as row end, period for system_time(s,e)) engine=InnoDB with system versioning;
......
--source include/galera_cluster.inc --source include/galera_cluster.inc
call mtr.add_suppression("Sending JOIN failed:.*");
--connect node_3, 127.0.0.1, root, , test, $NODE_MYPORT_3 --connect node_3, 127.0.0.1, root, , test, $NODE_MYPORT_3
--connection node_1 --connection node_1
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment