Author: tbedford
Date: 2009-03-05 12:49:51 +0100 (Thu, 05 Mar 2009)
New Revision: 14107
Log:
Added entry for bug #43332
Modified:
trunk/dynamic-docs/changelog/connector-net.xml
Modified: trunk/dynamic-docs/changelog/connector-net.xml
===================================================================
--- trunk/dynamic-docs/changelog/connector-net.xml 2009-03-05 11:23:10 UTC (rev 14106)
+++ trunk/dynamic-docs/changelog/connector-net.xml 2009-03-05 11:49:51 UTC (rev 14107)
Changed blocks: 1, Lines Added: 28, Lines Deleted: 0; 1157 bytes
@@ -5,6 +5,34 @@
<logentry entrytype="bug">
<bugs>
+ <fixes bugid="43332"/>
+ </bugs>
+
+ <versions>
+ <version ver="5.2.6"/>
+ </versions>
+
+ <message>
+
+ <para>
+ When using <literal>MySqlBulkLoader.Load()</literal>, the text
+ file is opened by
+ <literal>NativeDriver.SendFileToServer</literal>. If it
+ encountered a problem opening the file as a stream, an exception
+ was generated and caught. An attempt to clean up resources was
+ then made in the <literal>finally{}</literal> clause by calling
+ <literal>fs.Close()</literal>, but since the stream was never
+ successfully opened, this was an attempt to execute a method of
+ a null reference.
+ </para>
+
+ </message>
+
+ </logentry>
+
+ <logentry entrytype="bug">
+
+ <bugs>
<fixes bugid="42574"/>
</bugs>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r14107 - trunk/dynamic-docs/changelog | anthony.bedford | 5 Mar |