Bug #34204 | Selecting from tables in different db's within TransactionScope does not work | ||
---|---|---|---|
Submitted: | 31 Jan 2008 19:46 | Modified: | 1 Mar 2008 11:06 |
Reporter: | Please Remove | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | Connector / NET | Severity: | S3 (Non-critical) |
Version: | 5.1.4 | OS: | Windows |
Assigned to: | CPU Architecture: | Any |
[31 Jan 2008 19:46]
Please Remove
[1 Feb 2008 8:16]
Tonci Grgin
Hi Dennis and thanks for your report. This is an intriguing question and I don't think it's possible but I'll ask Reggie to make ruling.
[1 Feb 2008 18:26]
Bugs System
A patch for this bug has been committed. After review, it may be pushed to the relevant source trees for release in the next version. You can access the patch from: http://lists.mysql.com/commits/41579
[1 Feb 2008 18:27]
Reggie Burnett
We didn't fix the underlying problem which is our lack of support for multiple connections inside a single transaction. That is coming in a future release. However we did fix the code to yield a more appropriate exception for this case. This change is for 5.1.5 and 5.2+
[1 Mar 2008 11:06]
MC Brown
A note has been added to the 5.1.5 and 5.2.0 changelogs: When accessing tables from different databases within the same TransactionScope, the same user/password combination would be used for each database connection. Connector/NET does not handle multiple connections within the same transaction scope. An error is now returned if you attempt this process, instead of using the incorrect authorization information.