mariadb/mysql-test/suite/galera_sr/r/MENT-2042.result
Julius Goryavsky 96040fbd53 galera: correction for MENT-2042 test
Removed major part of test because XA transactions
are not supported in galera on 10.5 branch.
2025-02-12 11:30:15 +01:00

9 lines
305 B
Text

connection node_2;
connection node_1;
connect node_1a, 127.0.0.1, root, , test, $NODE_MYPORT_1;
connection node_1;
CREATE TABLE t1 (f1 INTEGER PRIMARY KEY);
XA START 'a';
ERROR 42000: This version of MariaDB doesn't yet support 'XA transactions with Galera replication'
DROP TABLE t1;
disconnect node_1a;