15 lines
628 B
Plaintext
15 lines
628 B
Plaintext
###############################################################################
|
|
# Bug#12161 Xa recovery and client disconnection
|
|
# Testing new server options and binary logging prepared XA transaction.
|
|
###############################################################################
|
|
--source include/not_valgrind.inc
|
|
--source include/have_log_bin.inc
|
|
|
|
#
|
|
# MIXED mode is chosen because formats are varied inside the sourced tests.
|
|
#
|
|
--source include/have_binlog_format_mixed.inc
|
|
CALL mtr.add_suppression("Statement is unsafe because it is being used inside a XA transaction");
|
|
--source extra/binlog_tests/binlog_xa_prepared.test
|
|
|