Author: mcbrown
Date: 2008-08-11 12:58:41 +0200 (Mon, 11 Aug 2008)
New Revision: 11516
Log:
Minor tweaks to Falcon limits/features
Modified:
trunk/refman-6.0/se-falcon-core.xml
Modified: trunk/refman-6.0/se-falcon-core.xml
===================================================================
--- trunk/refman-6.0/se-falcon-core.xml 2008-08-09 07:49:42 UTC (rev 11515)
+++ trunk/refman-6.0/se-falcon-core.xml 2008-08-11 10:58:41 UTC (rev 11516)
Changed blocks: 2, Lines Added: 13, Lines Deleted: 18; 2069 bytes
@@ -1722,17 +1722,24 @@
<listitem>
<para>
Starting with MySQL 6.0.4, <literal>Falcon</literal> will
- reject tables where an auto_increment column has been declared
- as part of a multi-column index but is not the first column in
- the index. This mirrors the behaviour of InnoDB, but is
- incompatible with the support provided in MyISAM for such
- tables. For more information on this behavior, see
- <xref linkend="example-auto-increment"/>.
+ reject tables where an <literal>AUTO_INCREMENT</literal>
+ column has been declared as part of a multi-column index but
+ is not the first column in the index. This mirrors the
+ behaviour of InnoDB, but is incompatible with the support
+ provided in MyISAM for such tables. For more information on
+ this behavior, see <xref linkend="example-auto-increment"/>.
</para>
</listitem>
<listitem>
<para>
+ Starting with MySQL 6.0.6, Falcon provides Page checksum
+ protection.
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
Falcon does not currently support live downgrades due to the
changes in the structure of the serial log and tablespace
structures. For example, you cannot downgrade from MySQL 6.0.5
@@ -1854,24 +1861,12 @@
<listitem>
<para>
- Optimization for <literal>LIMIT</literal> clause
- </para>
- </listitem>
-
- <listitem>
- <para>
On-line index add and drop
</para>
</listitem>
<listitem>
<para>
- Mac OS X Support
- </para>
- </listitem>
-
- <listitem>
- <para>
Log file truncation
</para>
</listitem>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r11516 - trunk/refman-6.0 | mcbrown | 11 Aug |