mirror of
https://github.com/MariaDB/server.git
synced 2026-05-08 08:04:29 +02:00
In a rebase of the merge, two preceding commits were accidentally reverted: commit112b23969a(MDEV-26308) commitac2857a5fb(MDEV-25717) Thanks to Daniele Sciascia for noticing this.
16 lines
475 B
Text
16 lines
475 B
Text
connection node_2;
|
|
connection node_1;
|
|
connection node_1;
|
|
connection node_2;
|
|
call mtr.add_suppression("WSREP: TO isolation failed for: ");
|
|
connection node_1;
|
|
connection node_2;
|
|
Killing server ...
|
|
connection node_1;
|
|
SET SESSION lock_wait_timeout= 3;
|
|
CREATE TABLE t1 (f1 INTEGER) ENGINE=InnoDB;
|
|
ERROR HY000: Lock wait timeout exceeded; try restarting transaction
|
|
connection node_2;
|
|
connect node_2a, 127.0.0.1, root, , test, $NODE_MYPORT_2;
|
|
disconnect node_2;
|
|
disconnect node_1;
|