#At file:///H:/connector_net/timeouts/ based on revid:vvaintroub@stripped
738 Vladislav Vaintroub 2009-09-26
Fix wrong comment
modified:
MySql.Data/Provider/Source/datareader.cs
=== modified file 'MySql.Data/Provider/Source/datareader.cs'
--- a/MySql.Data/Provider/Source/datareader.cs 2009-09-26 12:32:55 +0000
+++ b/MySql.Data/Provider/Source/datareader.cs 2009-09-26 19:11:36 +0000
@@ -838,10 +838,7 @@ namespace MySql.Data.MySqlClient
// single result means we only return a single resultset. If we have already
// returned one, then we return false;
if (resultSet != null && (commandBehavior & CommandBehavior.SingleResult) != 0)
- {
- // Command is completed, clear the IO timeouts for the stream
return false;
- }
// next load up the next resultset if any
Attachment: [text/bzr-bundle] bzr/vvaintroub@mysql.com-20090926191136-e4ltdcfhb5seh2jz.bundle
| Thread |
|---|
| • bzr commit into connector-net-trunk branch (vvaintroub:738) | Vladislav Vaintroub | 26 Sep |