Author: paul
Date: 2006-12-21 22:59:39 +0100 (Thu, 21 Dec 2006)
New Revision: 4327
Log:
r17427@polar: paul | 2006-12-21 15:59:32 -0600
Document bugfix#23504.
Move several entries to 5.0.32 that I mistakenly put in 5.0.30 section.
Modified:
trunk/refman-4.1/news-4.1.xml
trunk/refman-5.0/releasenotes-es-5.0.xml
trunk/refman-5.1/news-5.1.xml
Property changes on: trunk
___________________________________________________________________
Name: svk:merge
- 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:17421
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:13823
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:13015
+ 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:17427
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:13823
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:13015
Modified: trunk/refman-4.1/news-4.1.xml
===================================================================
--- trunk/refman-4.1/news-4.1.xml 2006-12-21 21:52:30 UTC (rev 4326)
+++ trunk/refman-4.1/news-4.1.xml 2006-12-21 21:59:39 UTC (rev 4327)
Changed blocks: 2, Lines Added: 28, Lines Deleted: 20; 2527 bytes
@@ -201,26 +201,6 @@
<listitem>
<para>
- <literal>ALTER ENABLE KEYS</literal> or <literal>ALTER TABLE
- DISABLE KEYS</literal> combined with another <literal>ALTER
- TABLE</literal> option other than <literal>RENAME
TO</literal>
- did nothing. In addition, if ALTER TABLE was used on a table
- having disabled keys, the keys of the resulting table were
- enabled. (Bug #24395)
- </para>
- </listitem>
-
- <listitem>
- <para>
- Queries using a column alias in an expression as part of an
- <literal>ORDER BY</literal> clause failed, an example of such
- a query being <literal>SELECT mycol + 1 AS mynum FROM mytable
- ORDER BY 30 - mynum</literal>. (Bug #22457)
- </para>
- </listitem>
-
- <listitem>
- <para>
Trailing spaces were not removed from Unicode
<literal>CHAR</literal> column values when used in indexes.
This resulted in excessive usage of storage space, and could
@@ -243,6 +223,34 @@
<listitem>
<para>
+ The stack size for NetWare binaries was increased to 128KB to
+ prevent problems caused by insufficient stack size. (Bug
+ #23504)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ <literal>ALTER ENABLE KEYS</literal> or <literal>ALTER TABLE
+ DISABLE KEYS</literal> combined with another <literal>ALTER
+ TABLE</literal> option other than <literal>RENAME
TO</literal>
+ did nothing. In addition, if ALTER TABLE was used on a table
+ having disabled keys, the keys of the resulting table were
+ enabled. (Bug #24395)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ Queries using a column alias in an expression as part of an
+ <literal>ORDER BY</literal> clause failed, an example of such
+ a query being <literal>SELECT mycol + 1 AS mynum FROM mytable
+ ORDER BY 30 - mynum</literal>. (Bug #22457)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
<literal>STR_TO_DATE()</literal> returned
<literal>NULL</literal> if the format string contained a space
following a non-format character. (Bug #22029)
Modified: trunk/refman-5.0/releasenotes-es-5.0.xml
===================================================================
--- trunk/refman-5.0/releasenotes-es-5.0.xml 2006-12-21 21:52:30 UTC (rev 4326)
+++ trunk/refman-5.0/releasenotes-es-5.0.xml 2006-12-21 21:59:39 UTC (rev 4327)
Changed blocks: 1, Lines Added: 8, Lines Deleted: 0; 764 bytes
@@ -199,6 +199,14 @@
<listitem>
<para>
+ The stack size for NetWare binaries was increased to 128KB to
+ prevent problems caused by insufficient stack size. (Bug
+ #23504)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
Attempting to use a view containing <literal>DEFINER</literal>
information for a non-existent user resulted in an error
message that revealed the definer account. Now the definer is
Modified: trunk/refman-5.1/news-5.1.xml
===================================================================
--- trunk/refman-5.1/news-5.1.xml 2006-12-21 21:52:30 UTC (rev 4326)
+++ trunk/refman-5.1/news-5.1.xml 2006-12-21 21:59:39 UTC (rev 4327)
Changed blocks: 1, Lines Added: 8, Lines Deleted: 0; 731 bytes
@@ -884,6 +884,14 @@
<listitem>
<para>
+ The stack size for NetWare binaries was increased to 128KB to
+ prevent problems caused by insufficient stack size. (Bug
+ #23504)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
Attempting to use a view containing <literal>DEFINER</literal>
information for a non-existent user resulted in an error
message that revealed the definer account. Now the definer is
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r4327 - in trunk: . refman-4.1 refman-5.0 refman-5.1 | paul | 21 Dec |