EVOLUTION-MANAGER
Edit File: galera_load_data_ist.result
connection node_1; connection node_2; connection node_3; connection node_1; CREATE TABLE t1 (f1 INTEGER PRIMARY KEY) ENGINE=InnoDB; connection node_2; connection node_3; SET GLOBAL wsrep_provider_options = 'gmcast.isolate = 1'; SET SESSION wsrep_on = OFF; SET SESSION wsrep_on = ON; SET SESSION wsrep_sync_wait = 0; connection node_2a; SET SESSION wsrep_sync_wait = 0; connection node_2; SET GLOBAL wsrep_load_data_splitting = TRUE; SET DEBUG_SYNC='intermediate_transaction_commit SIGNAL commited WAIT_FOR ist'; connection node_2a; SET DEBUG_SYNC='now WAIT_FOR commited'; connection node_3; SET GLOBAL wsrep_provider_options = 'gmcast.isolate = 0'; connection node_2a; SET DEBUG_SYNC='now SIGNAL ist'; connection node_1; connection node_2; SET DEBUG_SYNC='RESET'; SELECT COUNT(*) = 95000 FROM t1; COUNT(*) = 95000 1 wsrep_last_committed_diff 1 connection node_1; SET GLOBAL wsrep_load_data_splitting = 1;; DROP TABLE t1; disconnect node_3; disconnect node_2; disconnect node_1;