Local Transaction inside a Distributed Transaction

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for MySQL
Post Reply
etishor
Posts: 1
Joined: Wed 07 Apr 2010 09:55

Local Transaction inside a Distributed Transaction

Post by etishor » Wed 07 Apr 2010 10:00

When running inside a distributed transaction, trying to start a local transaction with connection.BeginTransaction() throws and InvalidOperationExeption telling me that "Local transaction can not be started while in a distributed transaction."

Are there any plans to allow local transactions inside a distributed transaction?

Thanks

Shalex
Site Admin
Posts: 9543
Joined: Thu 14 Aug 2008 12:44

Post by Shalex » Thu 08 Apr 2010 12:16

This is a designed behaviour that is caused by the MySQL server itself.

Post Reply