#At file:///C:/work/connector-net/6.2/ based on revid:vvaintroub@stripped
903 Reggie Burnett 2010-10-11 [merge]
merge
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:59:03 +0000
+++ b/MySql.Data/Provider/Source/command.cs 2010-10-11 18:28:28 +0000
@@ -815,6 +815,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-20101011182828-h0wh3ri4lkv2v2kl.bundle
| Thread |
|---|
| • bzr commit into connector-net-6.2 branch (reggie.burnett:903) | Reggie Burnett | 11 Oct |