mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 12:02:42 +01:00
2abf499c76
Update tests for version 10.5
12 lines
553 B
Text
12 lines
553 B
Text
###############################################################################
|
|
# MDEV-7974 (bug#12161 Xa recovery and client disconnection)
|
|
# Testing XA behaviour with binlog turned off.
|
|
###############################################################################
|
|
|
|
--source include/not_valgrind.inc
|
|
--source include/not_embedded.inc
|
|
--source include/no_view_protocol.inc
|
|
|
|
# Common part with XA binlogging testing
|
|
call mtr.add_suppression("You need to use --log-bin to make --log-slave-updates work.");
|
|
--source suite/binlog/t/binlog_xa_prepared.inc
|