#At file:///C:/work/connector-net/6.3/ based on revid:reggie.burnett@stripped
937 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 22:00:07 +0000
+++ b/MySql.Data/Provider/Source/command.cs 2010-10-11 18:30:02 +0000
@@ -793,6 +793,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-20101011183002-k31nx1m6jqah872e.bundle
| Thread |
|---|
| • bzr commit into connector-net-trunk branch (reggie.burnett:937) | Reggie Burnett | 11 Oct |