Author: paul
Date: 2006-05-10 20:58:54 +0200 (Wed, 10 May 2006)
New Revision: 2068
Log:
r7407@polar: paul | 2006-05-10 10:57:13 -0500
Document Bug#10952.
Additional mention that shared and shared-compat RPMs aren't
installed together.
Modified:
trunk/
trunk/refman-4.1/installing.xml
trunk/refman-5.0/installing.xml
trunk/refman-5.0/sql-syntax.xml
trunk/refman-5.1/installing.xml
trunk/refman-5.1/sql-syntax.xml
trunk/refman-common/news-5.0.xml
trunk/refman-common/news-5.1.xml
Property changes on: trunk
___________________________________________________________________
Name: svk:merge
- 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:7365
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:10279
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:4886
+ 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:7407
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:10279
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:4886
Modified: trunk/refman-4.1/installing.xml
===================================================================
--- trunk/refman-4.1/installing.xml 2006-05-10 14:39:51 UTC (rev 2067)
+++ trunk/refman-4.1/installing.xml 2006-05-10 18:58:54 UTC (rev 2068)
@@ -5859,7 +5859,8 @@
libraries in the same package as the MySQL server (for example,
Red Hat Linux), you could either install our 3.23
<literal>MySQL-shared</literal> RPM, or use the
- <literal>MySQL-shared-compat</literal> package instead.
+ <literal>MySQL-shared-compat</literal> package instead. (Do not
+ install both.)
</para>
<para>
Modified: trunk/refman-5.0/installing.xml
===================================================================
--- trunk/refman-5.0/installing.xml 2006-05-10 14:39:51 UTC (rev 2067)
+++ trunk/refman-5.0/installing.xml 2006-05-10 18:58:54 UTC (rev 2068)
@@ -5733,7 +5733,8 @@
libraries in the same package as the MySQL server (for example,
Red Hat Linux), you could either install our 3.23
<literal>MySQL-shared</literal> RPM, or use the
- <literal>MySQL-shared-compat</literal> package instead.
+ <literal>MySQL-shared-compat</literal> package instead. (Do not
+ install both.)
</para>
<remark role="todo">
Modified: trunk/refman-5.0/sql-syntax.xml
===================================================================
--- trunk/refman-5.0/sql-syntax.xml 2006-05-10 14:39:51 UTC (rev 2067)
+++ trunk/refman-5.0/sql-syntax.xml 2006-05-10 18:58:54 UTC (rev 2068)
@@ -219,7 +219,11 @@
<literal>AVG_ROW_LENGTH</literal>. (However, <literal>ALTER
TABLE</literal> ignores the <literal>DATA DIRECTORY</literal>
and <literal>INDEX DIRECTORY</literal> table options.)
- <xref linkend="create-table"/>, lists all table options.
+ <xref linkend="create-table"/>, lists all table options. As of
+ MySQL 5.0.22, to prevent inadvertant loss of data,
+ <literal>ALTER TABLE</literal> cannot be used to change the
+ storage engine of a table to <literal>MERGE</literal> or
+ <literal>BLACKHOLE</literal>.
</para>
<para>
Modified: trunk/refman-5.1/installing.xml
===================================================================
--- trunk/refman-5.1/installing.xml 2006-05-10 14:39:51 UTC (rev 2067)
+++ trunk/refman-5.1/installing.xml 2006-05-10 18:58:54 UTC (rev 2068)
@@ -5708,7 +5708,8 @@
libraries in the same package as the MySQL server (for example,
Red Hat Linux), you could either install our 3.23
<literal>MySQL-shared</literal> RPM, or use the
- <literal>MySQL-shared-compat</literal> package instead.
+ <literal>MySQL-shared-compat</literal> package instead. (Do not
+ install both.)
</para>
<remark role="todo">
Modified: trunk/refman-5.1/sql-syntax.xml
===================================================================
--- trunk/refman-5.1/sql-syntax.xml 2006-05-10 14:39:51 UTC (rev 2067)
+++ trunk/refman-5.1/sql-syntax.xml 2006-05-10 18:58:54 UTC (rev 2068)
@@ -239,7 +239,11 @@
<literal>AVG_ROW_LENGTH</literal>. (However, <literal>ALTER
TABLE</literal> ignores the <literal>DATA DIRECTORY</literal>
and <literal>INDEX DIRECTORY</literal> table options.)
- <xref linkend="create-table"/>, lists all table options.
+ <xref linkend="create-table"/>, lists all table options. As of
+ MySQL 5.1.11, to prevent inadvertant loss of data,
+ <literal>ALTER TABLE</literal> cannot be used to change the
+ storage engine of a table to <literal>MERGE</literal> or
+ <literal>BLACKHOLE</literal>.
</para>
<para>
Modified: trunk/refman-common/news-5.0.xml
===================================================================
--- trunk/refman-common/news-5.0.xml 2006-05-10 14:39:51 UTC (rev 2067)
+++ trunk/refman-common/news-5.0.xml 2006-05-10 18:58:54 UTC (rev 2068)
@@ -211,6 +211,15 @@
</para>
</listitem>
+ <listitem>
+ <para>
+ To prevent inadvertant loss of data, <literal>ALTER
+ TABLE</literal> can no longer be used to change the storage
+ engine of a table to <literal>MERGE</literal> or
+ <literal>BLACKHOLE</literal>. (Bug #10952)
+ </para>
+ </listitem>
+
</itemizedlist>
<para>
Modified: trunk/refman-common/news-5.1.xml
===================================================================
--- trunk/refman-common/news-5.1.xml 2006-05-10 14:39:51 UTC (rev 2067)
+++ trunk/refman-common/news-5.1.xml 2006-05-10 18:58:54 UTC (rev 2068)
@@ -32,6 +32,11 @@
<filename>refman-common</filename> directory.
</remark>
+<!--
+WHEN WE START 5-1-11 section, add the 5.0.22 changelog entry for
+Bug#10952 to it. (Behavior change.) [PD]
+-->
+
<section id="news-5-1-10">
<title>&title-news-5-1-10;</title>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r2068 - in trunk: . refman-4.1 refman-5.0 refman-5.1 refman-common | paul | 10 May |