1
0
mirror of https://github.com/MariaDB/server.git synced 2025-09-11 05:52:26 +03:00
Files
mariadb/mysql-test/suite/galera/r/MENT-1047.result
Daniele Sciascia 04741dc736 MENT-1047 Assertion `active() == false' failed with "XA START.."
Galera replication does not support XA transactions yet. Reject any
attempt to `XA START` a transaction, if Galera is enabled.

Reviewed-by: Jan Lindström <jan.lindstrom@mariadb.com>
2020-12-22 12:05:57 +02:00

5 lines
153 B
Plaintext

connection node_2;
connection node_1;
XA START 'trx';
ERROR 42000: This version of MariaDB doesn't yet support 'XA transactions with Galera replication'