Author: paul
Date: 2006-01-18 04:33:00 +0100 (Wed, 18 Jan 2006)
New Revision: 891
Log:
r6341@frost: paul | 2006-01-17 20:48:14 -0600
Put incompatible items first.
Modified:
trunk/
trunk/refman-common/news-5.1.xml
Property changes on: trunk
___________________________________________________________________
Name: svk:merge
- b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:6340
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:2265
+ b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:6341
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:2265
Modified: trunk/refman-common/news-5.1.xml
===================================================================
--- trunk/refman-common/news-5.1.xml 2006-01-18 03:32:47 UTC (rev 890)
+++ trunk/refman-common/news-5.1.xml 2006-01-18 03:33:00 UTC (rev 891)
@@ -57,19 +57,12 @@
<listitem>
<para>
- Subselect could return wrong results when records cache and
- grouping was involved. (Bug #15347)
- </para>
- </listitem>
-
- <listitem>
- <para>
<emphasis role="bold">Incompatible change</emphasis>: Words
with apostrophes are now matched in a FULLTEXT search against
- non-apostrophe words (i.e. a search for
+ non-apostrophe words (for example, a search for
<literal>Jerry</literal> will match against the term
<literal>Jerry's</literal>). Users upgrading to this version
- must issue <literal>REPAIR TABLE</literal> statements on
+ must issue <literal>REPAIR TABLE</literal> statements for
tables containing <literal>FULLTEXT</literal> indexes. (Bug
#14194)
</para>
@@ -77,6 +70,13 @@
<listitem>
<para>
+ Subselect could return wrong results when records cache and
+ grouping was involved. (Bug #15347)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
The <literal>ARCHIVE</literal> storage engine supports the
<literal>AUTO_INCREMENT</literal> column attribute and the
<literal>AUTO_INCREMENT</literal> table option.
@@ -235,14 +235,10 @@
<literal>LIST</literal> a value less than any specified in one
of the table's partition definitions resulted in a server
crash. In such cases, <command>mysqld</command> now returns
-
<errortext>ERROR 1500 (HY000): Table has no partition for
- value <replaceable>v</replaceable>
-
- </errortext>
-
- , where <replaceable>v</replaceable> is the out-of-range
- value. (Bug #15819)
+ value <replaceable>v</replaceable> </errortext> , where
+ <replaceable>v</replaceable> is the out-of-range value. (Bug
+ #15819)
</para>
</listitem>
@@ -381,11 +377,8 @@
<para>
Previously, attempting to do so would produce the error
-
<errortext>All partitions must have unique names in the
- table</errortext>
-
- . (Bug #15521)
+ table</errortext> . (Bug #15521)
</para>
</listitem>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r891 - in trunk: . refman-common | paul | 18 Jan |