Details
Description
To reproduce:
CREATE TABLE t1 (f1 INTEGER PRIMARY KEY);
|
SET SESSION wsrep_trx_fragment_size=1;
|
START TRANSACTION;
|
INSERT INTO t1 VALUES (1);
|
SET @@global.debug_dbug="+d,ha_index_init_fail";
|
ROLLBACK;
|