Page 1 of 1

Local Transaction inside a Distributed Transaction

Posted: Wed 07 Apr 2010 10:00
by etishor
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

Posted: Thu 08 Apr 2010 12:16
by Shalex
This is a designed behaviour that is caused by the MySQL server itself.