mariadb/mysql-test/suite/galera/r/galera_split_brain.result
Jan Lindström 1893fb4d2b MDEV-38201 : Assertion `level != Sql_condition::WARN_LEVEL_ERROR' failed in void push_warning(THD*, Sql_state_errno_level::enum_warning_level, uint, const char*)
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.
2025-11-27 11:40:21 +02:00

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;