Author: tbedford
Date: 2011-01-06 15:27:33 +0100 (Thu, 06 Jan 2011)
New Revision: 24698
Log:
Added an entry for dev bug #58377
Modified:
trunk/dynamic-docs/changelog/workbench.xml
Modified: trunk/dynamic-docs/changelog/workbench.xml
===================================================================
--- trunk/dynamic-docs/changelog/workbench.xml 2011-01-06 14:02:33 UTC (rev 24697)
+++ trunk/dynamic-docs/changelog/workbench.xml 2011-01-06 14:27:33 UTC (rev 24698)
Changed blocks: 1, Lines Added: 57, Lines Deleted: 0; 1718 bytes
@@ -9,6 +9,63 @@
<logentry entrytype="bug">
<bugs>
+ <fixes bugid="58377"/>
+ </bugs>
+
+ <versions>
+ <version ver="5.2.31"/>
+ </versions>
+
+ <message>
+
+ <para>
+ When exporting a recordset using the <guilabel>SQL INSERT
+ statements</guilabel> file format, a number of issues were
+ found:
+ </para>
+
+ <orderedlist>
+
+ <listitem>
+ <para>
+ The first line contained the executed
+ <literal>SELECT</literal> statement as a comment but the
+ <literal>LIMIT</literal> syntax was located in a new line.
+ This resulted in the <literal>LIMIT</literal> part of the
+ statement not being commented out.
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ Strings after the <literal>VALUES</literal> keyword were not
+ quoted.
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ The <literal>INSERT</literal> statements did not contain the
+ name of the exported table, simply the text
+ <quote>table</quote>.
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ Existing files were overwritten without prompting.
+ </para>
+ </listitem>
+
+ </orderedlist>
+
+ </message>
+
+ </logentry>
+
+ <logentry entrytype="bug">
+
+ <bugs>
<fixes bugid="58274"/>
</bugs>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r24698 - trunk/dynamic-docs/changelog | tony.bedford | 6 Jan |