#At file:///C:/work/connector-net/6.0/ based on revid:vvaintroub@stripped
843 Reggie Burnett 2010-10-11
incorporating new default command timeout handling into my clone patch (bug #56806)
modified:
MySql.Data/Provider/Source/command.cs
=== modified file 'MySql.Data/Provider/Source/command.cs'
=== modified file 'MySql.Data/Provider/Source/command.cs'
--- a/MySql.Data/Provider/Source/command.cs 2010-10-07 21:55:09 +0000
+++ b/MySql.Data/Provider/Source/command.cs 2010-10-11 18:27:43 +0000
@@ -758,6 +758,7 @@
MySqlCommand clone = new MySqlCommand(cmdText, connection, curTransaction);
clone.CommandType = CommandType;
clone.commandTimeout = commandTimeout;
+ clone.useDefaultTimeout = useDefaultTimeout;
clone.batchableCommandText = batchableCommandText;
clone.UpdatedRowSource = UpdatedRowSource;
Attachment: [text/bzr-bundle] bzr/reggie.burnett@oracle.com-20101011182743-o796m3wd8b5lu99a.bundle
| Thread |
|---|
| • bzr commit into connector-net-6.0 branch (reggie.burnett:843) Bug#56806 | Reggie Burnett | 11 Oct |