Author: paul
Date: 2008-08-12 19:53:03 +0200 (Tue, 12 Aug 2008)
New Revision: 11537
Log:
r33316@frost: paul | 2008-08-12 12:47:44 -0500
Document bugfixes:
Bug#10143: Perror not showing error description
Bug#21226: FLUSH PRIVILEGES does not provided feedback when it fails.
Bug#29738: Error message not properly translated to Serbian
Bug#33637: SHOW PROCEDURE CODE/SHOW FUNCTION CODE sp_name gives a syntax error.
Bug#34159: mysql_install_db fails with sql_mode=TRADITIONAL
Bug#38486: Crash when using cursor protocol
Modified:
trunk/dynamic-docs/changelog/mysqld-1.xml
Property changes on: trunk
___________________________________________________________________
Name: svk:merge
- 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:35828
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:33315
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:32725
+ 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:35828
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:33316
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:32725
Modified: trunk/dynamic-docs/changelog/mysqld-1.xml
===================================================================
--- trunk/dynamic-docs/changelog/mysqld-1.xml 2008-08-12 17:52:56 UTC (rev 11536)
+++ trunk/dynamic-docs/changelog/mysqld-1.xml 2008-08-12 17:53:03 UTC (rev 11537)
Changed blocks: 2, Lines Added: 135, Lines Deleted: 0; 2835 bytes
@@ -23567,6 +23567,8 @@
<versions>
<version ver="5.0.67"/>
+ <version ver="5.1.28"/>
+ <version ver="6.0.7"/>
</versions>
<message>
@@ -24222,4 +24224,137 @@
</logentry>
+ <logentry entrytype="bug">
+
+ <tags>
+ <manual type="perror"/>
+ </tags>
+
+ <bugs>
+ <fixes bugid="10143"/>
+ </bugs>
+
+ <versions>
+ <version ver="6.0.7"/>
+ </versions>
+
+ <message>
+
+ <para>
+ <command>perror</command> did not work for errors described in
+ the <filename>sql/share/errmsg.txt</filename> file.
+ </para>
+
+ </message>
+
+ </logentry>
+
+ <logentry entrytype="bug">
+
+ <tags>
+ <manual type="error messages"/>
+ </tags>
+
+ <bugs>
+ <fixes bugid="29738"/>
+ </bugs>
+
+ <versions>
+ <version ver="5.1.28"/>
+ <version ver="6.0.7"/>
+ </versions>
+
+ <message>
+
+ <para>
+ The Serbian translation for the
+ <literal>ER_INCORRECT_GLOBAL_LOCAL_VAR</literal> error was
+ corrected.
+ </para>
+
+ </message>
+
+ </logentry>
+
+ <logentry entrytype="bug">
+
+ <tags>
+ <manual type="FLUSH PRIVILEGES"/>
+ </tags>
+
+ <bugs>
+ <fixes bugid="21226"/>
+ </bugs>
+
+ <versions>
+ <version ver="5.1.28"/>
+ <version ver="6.0.7"/>
+ </versions>
+
+ <message>
+
+ <para>
+ The <literal>FLUSH PRIVILEGES</literal> statement did not
+ produce an error when it failed.
+ </para>
+
+ </message>
+
+ </logentry>
+
+ <logentry entrytype="bug">
+
+ <tags>
+ <manual type="SHOW FUNCTION CODE"/>
+ <manual type="SHOW PROCEDURE CODE"/>
+ </tags>
+
+ <bugs>
+ <fixes bugid="33637"/>
+ </bugs>
+
+ <versions>
+ <version ver="6.0.7"/>
+ </versions>
+
+ <message>
+
+ <para>
+ The <literal>SHOW FUNCTION CODE</literal> and <literal>SHOW
+ PROCEDURE CODE</literal> statements are not present in non-debug
+ builds, but attempting to use them resulted in a <quote>syntax
+ error</quote> message. Now the error message indicates that the
+ statements are disabled and that you must use a debug build.
+ </para>
+
+ </message>
+
+ </logentry>
+
+ <logentry entrytype="bug">
+
+ <tags>
+ <manual type="cursors"/>
+ </tags>
+
+ <bugs>
+ <fixes bugid="38486"/>
+ </bugs>
+
+ <versions>
+ <version ver="5.1.28"/>
+ <version ver="6.0.7"/>
+ </versions>
+
+ <message>
+
+ <para>
+ Server-side cursors were not initialized properly, which could
+ cause a server crash.
+ </para>
+
+ </message>
+
+ </logentry>
+
</changelog>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r11537 - in trunk: . dynamic-docs/changelog | paul.dubois | 12 Aug |