4

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.

Mat
  • 202,337
  • 40
  • 393
  • 406
shahalpk
  • 3,383
  • 7
  • 36
  • 55

1 Answers1

5

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.

Perception
  • 79,279
  • 19
  • 185
  • 195