shahalpk
shahalpk

Reputation: 3462

XA Transactions support in MySQL Cluster?

Does MySQL Cluster supports XA Transactions? I'm using the NDBCLUSTER engine. I have an app which needs to update multiple dbs for a transaction.

Upvotes: 4

Views: 800

Answers (1)

Perception
Perception

Reputation: 80633

To quote from the MySQL manual:

XA transaction support is limited to the InnoDB storage engine.

So the answer is no, XA transactions are not supported in the NDBCLUSTER engine.

Upvotes: 5

Related Questions