blob: 2a3184030cf01f8bf7f64857480bb79ac59b97f5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
###############################################################################
# Bug#12161 Xa recovery and client disconnection
# Testing new server options and binary logging prepared XA transaction.
###############################################################################
#
# MIXED mode is chosen because formats are varied inside the sourced tests.
#
--source include/have_binlog_format_mixed.inc
--source suite/binlog/t/binlog_xa_prepared.inc
|