Author: mcbrown
Date: 2008-02-21 16:36:00 +0100 (Thu, 21 Feb 2008)
New Revision: 9966
Log:
Adding a workaround for 5.1.23/6.0.4 for Bug #32633
Modified:
trunk/dynamic-docs/changelog/mysqld-1.xml
Modified: trunk/dynamic-docs/changelog/mysqld-1.xml
===================================================================
--- trunk/dynamic-docs/changelog/mysqld-1.xml 2008-02-21 12:19:41 UTC (rev 9965)
+++ trunk/dynamic-docs/changelog/mysqld-1.xml 2008-02-21 15:36:00 UTC (rev 9966)
Changed blocks: 2, Lines Added: 28, Lines Deleted: 0; 1429 bytes
@@ -8737,6 +8737,8 @@
<versions>
<version ver="5.1.24"/>
<version ver="6.0.5"/>
+ <version ver="6.0.4"/>
+ <version ver="5.1.23"/>
</versions>
<message>
@@ -8753,6 +8755,32 @@
</message>
+ <message ver="6.0.4">
+
+ <para>
+ An issue with the <literal>NO_ENGINE_SUBSTITUTION</literal>
+ <literal>sql_mode</literal> database can cause the creation of
+ stored routines to fail. If you are having problems with
+ creating stored routines while using this
+ <literal>sql_mode</literal> value, remove this value from your
+ <literal>sql_mode</literal> setting.
+ </para>
+
+ </message>
+
+ <message ver="5.1.23">
+
+ <para>
+ An issue with the <literal>NO_ENGINE_SUBSTITUTION</literal>
+ <literal>sql_mode</literal> database can cause the creation of
+ stored routines to fail. If you are having problems with
+ creating stored routines while using this
+ <literal>sql_mode</literal> value, remove this value from your
+ <literal>sql_mode</literal> setting.
+ </para>
+
+ </message>
+
</logentry>
<logentry entrytype="bug">
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r9966 - trunk/dynamic-docs/changelog | mcbrown | 21 Feb |