문제

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.

도움이 되었습니까?

해결책

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top