简体   繁体   English

MySQL Cluster中的XA Transactions支持?

[英]XA Transactions support in MySQL Cluster?

Does MySQL Cluster supports XA Transactions? MySQL Cluster是否支持XA事务? I'm using the NDBCLUSTER engine. 我正在使用NDBCLUSTER引擎。 I have an app which needs to update multiple dbs for a transaction. 我有一个应用程序需要为事务更新多个dbs。

To quote from the MySQL manual : 引用MySQL手册

XA transaction support is limited to the InnoDB storage engine. XA事务支持仅限于InnoDB存储引擎。

So the answer is no, XA transactions are not supported in the NDBCLUSTER engine. 所以答案是否定的,NDBCLUSTER引擎不支持XA事务。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM