Search code examples
sqlmysqlmsdtc

MSDTC (Distributed Transactions) support in MySQL


Does MySQL support MSDTC?


Solution

  • not natively. it does support XA transactions (two-phase commit) so you could implement it yourself in an additional database abstraction layer.