polardbxengine/mysql-test/suite/xengine_main/t/xa_prepared_binlog_off.test

19 lines
800 B
Plaintext

###############################################################################
# Bug#12161 Xa recovery and client disconnection
# Testing XA behaviour in conjuction with new server
# --xa-prepared-rollback-at-disconnect option.
###############################################################################
--source include/not_valgrind.inc
# Common part with XA binlogging testing
call mtr.add_suppression("You need to use --log-bin to make --log-slave-updates work.");
# When log-bin, skip-log-bin and binlog-format options are specified, mask the warning.
--disable_query_log
call mtr.add_suppression("You need to use --log-bin to make --binlog-format work.");
--enable_query_log
--source extra/binlog_tests/binlog_xa_prepared.test
--source suite/xengine/include/check_xengine_log_error.inc