mirror of
https://github.com/MariaDB/server.git
synced 2026-01-03 10:05:44 +01:00
Problem was that wrong level of Sql_condition was used on push_warning_printf and error handling of REFRESH_HOSTS (and similar) was broken. Fixed warning printing in wsrep_TOI_begin after enter_toi_local is called. Fixed also error handling after REFRESH_HOSTS (and others) if TOI begin failed.
18 lines
582 B
Text
18 lines
582 B
Text
connection node_2;
|
|
connection node_1;
|
|
connection node_1;
|
|
connection node_2;
|
|
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;
|
|
connection node_1;
|
|
call mtr.add_suppression("WSREP: TO isolation error timeout_error for : test.t1");
|
|
call mtr.add_suppression("WSREP: CREATE TABLE isolation failure");
|
|
disconnect node_2;
|
|
disconnect node_1;
|