# # MW-328 Fix unnecessary/silent BF aborts # # # Make sure that a high value of wsrep_retry_autocommit # masks all deadlock errors # --source include/galera_cluster.inc --source include/big_test.inc --source suite/galera/t/MW-328-header.inc --connection node_2 --let $count = 100 SET SESSION wsrep_retry_autocommit = 10000; --disable_query_log while ($count) { --error 0 INSERT IGNORE INTO t2 SELECT f2 FROM t1; --disable_result_log --error 0 SELECT 1 FROM DUAL; --enable_result_log --dec $count } --enable_query_log --source suite/galera/t/MW-328-footer.inc