Author: pd221994
Date: 2011-05-16 21:23:40 +0200 (Mon, 16 May 2011)
New Revision: 26242
Log:
r48042@dhcp-adc-twvpn-1-vpnpool-10-154-26-89: paul | 2011-05-16 14:23:16 -0500
Document bug fixes:
BUG 11758933 - 51199: WORKBENCH
BUG 11759751 - 52087: CANNOT VIEW, EDIT OR COPY A BLOB/TEXT FIELD
BUG 11760556 - 52977: I CANNOT ASSIGN "TRIGGER" PRIVILEGED TO AN ACCOUNT?
BUG 11766588 - 59730: WRONG PARAMETER FOR MYSQLDUMP IN MYSQL WORKBENCH UNDER MAC OS X
BUG 11874435 - 60256: MAC WORKBENCH EXPORT QUERY: FILE PATH FAILED TO OPEN FILE
BUG 11889184 - 60354: WORKBENCH CAN'T OPEN A STORED PROCEDURE
BUG 12325422 - 60756: IMPORT DOES NOT WORK
BUG 12347063 - 60787: "FIND" SEARCH DOESN'T DO ANYTHING
Modified:
svk:merge
trunk/dynamic-docs/changelog/workbench.xml
Property changes on: trunk
___________________________________________________________________
Modified: svk:merge
===================================================================
Changed blocks: 0, Lines Added: 0, Lines Deleted: 0; 1277 bytes
Modified: trunk/dynamic-docs/changelog/workbench.xml
===================================================================
--- trunk/dynamic-docs/changelog/workbench.xml 2011-05-16 18:34:22 UTC (rev 26241)
+++ trunk/dynamic-docs/changelog/workbench.xml 2011-05-16 19:23:40 UTC (rev 26242)
Changed blocks: 2, Lines Added: 164, Lines Deleted: 4; 4188 bytes
@@ -9,6 +9,166 @@
<logentry entrytype="bug">
<bugs>
+ <fixes bugid="60256"/>
+ <fixes bugid="11874435"/>
+ </bugs>
+
+ <versions>
+ <version ver="5.2.34"/>
+ </versions>
+
+ <message>
+
+ <para>
+ Record set export to a file failed unless the file name was
+ given as an absolute path name.
+ </para>
+
+ </message>
+
+ </logentry>
+
+ <logentry entrytype="bug">
+
+ <bugs>
+ <fixes bugid="60354"/>
+ <fixes bugid="11889184"/>
+ </bugs>
+
+ <versions>
+ <version ver="5.2.34"/>
+ </versions>
+
+ <message>
+
+ <para>
+ Stored procedures could not be opened from the objects tree if
+ the SQL Delimiter had been changed to the <literal>';'</literal>
+ character. Now the label for this option in the
+ <literal>Preferences</literal> dialog has been changed to
+ <literal>Non Standard SQL Delimiter</literal> to better reflect
+ its actual meaning. The tooltip has also been changed to be more
+ descriptive. In addition, if an <literal>Alter
+ <object>...</literal> operation fails due to a parse
+ error, the retrieved DDL code is shown as is in the SQL editor.
+ </para>
+
+ </message>
+
+ </logentry>
+
+ <logentry entrytype="bug">
+
+ <bugs>
+ <fixes bugid="60756"/>
+ <fixes bugid="12325422"/>
+ </bugs>
+
+ <versions>
+ <version ver="5.2.34"/>
+ </versions>
+
+ <message>
+
+ <para>
+ For import and export command operations using a Unix socket
+ file, &workbench; added an incorrect <option>--pipe</option>
+ option to the command.
+ </para>
+
+ </message>
+
+ </logentry>
+
+ <logentry entrytype="bug">
+
+ <bugs>
+ <fixes bugid="60787"/>
+ <fixes bugid="12347063"/>
+ </bugs>
+
+ <versions>
+ <version ver="5.2.34"/>
+ </versions>
+
+ <message>
+
+ <para>
+ <literal>Find</literal> did not work in Query tabs.
+ </para>
+
+ </message>
+
+ </logentry>
+
+ <logentry entrytype="feature">
+
+ <bugs>
+ <fixes bugid="51199"/>
+ <fixes bugid="11758933"/>
+ </bugs>
+
+ <versions>
+ <version ver="5.2.34"/>
+ </versions>
+
+ <message>
+
+ <para>
+ &workbench; now shows query execution time.
+ </para>
+
+ </message>
+
+ </logentry>
+
+ <logentry entrytype="bug">
+
+ <bugs>
+ <fixes bugid="52087"/>
+ <fixes bugid="11759751"/>
+ </bugs>
+
+ <versions>
+ <version ver="5.2.34"/>
+ </versions>
+
+ <message>
+
+ <para>
+ It was not possible to view or edit long text lines with the
+ inline editor.
+ </para>
+
+ </message>
+
+ </logentry>
+
+ <logentry entrytype="bug">
+
+ <bugs>
+ <fixes bugid="52977"/>
+ <fixes bugid="11760556"/>
+ </bugs>
+
+ <versions>
+ <version ver="5.2.34"/>
+ </versions>
+
+ <message>
+
+ <para>
+ The <literal role="priv">TRIGGER</literal> privilege could not
+ be assigned at the schema level.
+ </para>
+
+ </message>
+
+ </logentry>
+
+ <logentry entrytype="bug">
+
+ <bugs>
<fixes bugid="60438"/>
</bugs>
@@ -926,10 +1086,10 @@
<para>
To specify multiple instances of the option, the “;”
- character can be used in MySQL Workbench. When text is typed
- into the option entry field and the “;” symbol detected,
- MySQL Workbench prompts you to select multiple instances, or
- leave the option entry unchanged. If selected the option will be
+ character can be used in &workbench;. When text is typed into
+ the option entry field and the “;” symbol detected,
+ &workbench; prompts you to select multiple instances, or leave
+ the option entry unchanged. If selected the option will be
written to the configuration file as multiple instances.
Further, when a multiple instance option is detected in a
configuration file it is parsed into <value1> ;
| Thread |
|---|
| • svn commit - mysqldoc@oter02: r26242 - in trunk: . dynamic-docs/changelog | paul.dubois | 16 May |