Author: paul
Date: 2006-03-16 17:32:00 +0100 (Thu, 16 Mar 2006)
New Revision: 1605
Log:
r8732@frost: paul | 2006-03-16 10:31:38 -0600
Document Bug#18195.
Modified:
trunk/
trunk/refman-common/news-5.0.xml
trunk/refman-common/news-5.1.xml
Property changes on: trunk
___________________________________________________________________
Name: svk:merge
- b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:8728
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:3931
+ b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:8732
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:3931
Modified: trunk/refman-common/news-5.0.xml
===================================================================
--- trunk/refman-common/news-5.0.xml 2006-03-16 15:18:07 UTC (rev 1604)
+++ trunk/refman-common/news-5.0.xml 2006-03-16 16:32:00 UTC (rev 1605)
@@ -184,6 +184,12 @@
<listitem>
<para>
+ Windows builds now have SSL support enabled. (Bug#18195)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
The syntax for <literal>CREATE PROCEDURE</literal> and
<literal>CREATE FUNCTION</literal> statements now includes a
<literal>DEFINER</literal> clause. The
Modified: trunk/refman-common/news-5.1.xml
===================================================================
--- trunk/refman-common/news-5.1.xml 2006-03-16 15:18:07 UTC (rev 1604)
+++ trunk/refman-common/news-5.1.xml 2006-03-16 16:32:00 UTC (rev 1605)
@@ -99,6 +99,12 @@
<listitem>
<para>
+ Windows builds now have SSL support enabled. (Bug#18195)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
In order not to break legacy applications, support for
<literal>TYPE =
<replaceable>engine_name</replaceable></literal> has been
@@ -205,7 +211,7 @@
(Bug #15447)
</para>
</listitem>
-
+
<listitem>
<para>
Temporary tables may no longer be partitioned. (Bug #17497)
@@ -404,11 +410,11 @@
<listitem>
<para>
- <emphasis role="bold">Security Enhancement</emphasis>: Checks for
- permissions on database operations were performed in a
- case-insensitive manner, meaning that a user with permissions on
- database <literal>MYDATABASE</literal> also had permissions on
- database <literal>myDataBase</literal>. (Bug #17279)
+ <emphasis role="bold">Security Enhancement</emphasis>: Checks
+ for permissions on database operations were performed in a
+ case-insensitive manner, meaning that a user with permissions
+ on database <literal>MYDATABASE</literal> also had permissions
+ on database <literal>myDataBase</literal>. (Bug #17279)
</para>
</listitem>
@@ -427,51 +433,53 @@
</para>
<itemizedlist>
-
+
<listitem>
<para>
- <literal>ALTER TABLE ... REBUILD PARTITION</literal> with no partition
- name specified would crash the server. (Bug #17940)
+ <literal>ALTER TABLE ... REBUILD PARTITION</literal> with no
+ partition name specified would crash the server. (Bug #17940)
</para>
</listitem>
-
+
<listitem>
<para>
- Trying to add a partition to a table having subpartitions could crash
- the server. (Bug #17140)
+ Trying to add a partition to a table having subpartitions
+ could crash the server. (Bug #17140)
</para>
</listitem>
-
+
<listitem>
<para>
- Attempting to use a conflicting <literal>VALUES</literal> clause in
- <literal>ALTER TABLE ... ADD PARTITION</literal> caused the server to
- crash. An example of such a conflicting clause would be that uses
- <literal>VALUES LESS THAN
- (<replaceable>constant</replaceable>)</literal> (which indicates a
- range) with a table that is partitioned by <literal>LIST</literal>.
- (Bug #17127)
+ Attempting to use a conflicting <literal>VALUES</literal>
+ clause in <literal>ALTER TABLE ... ADD PARTITION</literal>
+ caused the server to crash. An example of such a conflicting
+ clause would be that uses <literal>VALUES LESS THAN
+ (<replaceable>constant</replaceable>)</literal> (which
+ indicates a range) with a table that is partitioned by
+ <literal>LIST</literal>. (Bug #17127)
</para>
</listitem>
-
+
<listitem>
<para>
- <literal>ALTER TABLE ... COALESCE PARTITION</literal> failed with an
- <errortext>Out of Memory</errortext> error. (Bug #16810)
+ <literal>ALTER TABLE ... COALESCE PARTITION</literal> failed
+ with an <errortext>Out of Memory</errortext> error. (Bug
+ #16810)
</para>
</listitem>
-
+
<listitem>
<para>
Names of subpartitions were not displayed in the output of
<literal>SHOW CREATE TABLE</literal>. (Bug #16370)
</para>
</listitem>
-
+
<listitem>
<para>
- Setting up subpartitions on at least one but not all the partitions of
- a partitioned table caused the server to crash. (Bug #15407)
+ Setting up subpartitions on at least one but not all the
+ partitions of a partitioned table caused the server to crash.
+ (Bug #15407)
</para>
</listitem>
@@ -484,23 +492,26 @@
<listitem>
<para>
- Using the <literal>position()</literal> function in the XPath argument
- to <literal>ExtractValue()</literal> crashed the server. (Bug #18171)
+ Using the <literal>position()</literal> function in the XPath
+ argument to <literal>ExtractValue()</literal> crashed the
+ server. (Bug #18171)
</para>
</listitem>
-
+
<listitem>
<para>
- A query with a <literal>WHERE <replaceable>date_column</replaceable>
- > <replaceable>date_value</replaceable></literal> condition
- failed on a table partitioned by <literal>RANGE</literal>. (Bug
- #17894)
+ A query with a <literal>WHERE
+ <replaceable>date_column</replaceable> >
+ <replaceable>date_value</replaceable></literal> condition
+ failed on a table partitioned by <literal>RANGE</literal>.
+ (Bug #17894)
</para>
</listitem>
-
+
<listitem>
<para>
- Cursors in stored routines could cause a server crash. (Bug #16887)
+ Cursors in stored routines could cause a server crash. (Bug
+ #16887)
</para>
</listitem>
@@ -1209,12 +1220,12 @@
</para>
<itemizedlist>
-
+
<listitem>
<para>
Using an XPath expression containing <literal>=</literal> with
- <literal>ExtractValue()</literal> caused the server to crash. (Bug
- #16242)
+ <literal>ExtractValue()</literal> caused the server to crash.
+ (Bug #16242)
</para>
</listitem>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r1605 - in trunk: . refman-common | paul | 16 Mar |