1###############################################################################
2# MDEV-7974 (bug#12161 Xa recovery and client disconnection)
3# Testing XA behaviour with binlog turned off.
4###############################################################################
5
6--source include/not_valgrind.inc
7--source include/not_embedded.inc
8
9# Common part with XA binlogging testing
10call mtr.add_suppression("You need to use --log-bin to make --log-slave-updates work.");
11--source suite/binlog/t/binlog_xa_prepared.inc
12