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