List:Commits« Previous MessageNext Message »
From:stefan Date:March 2 2006 10:42am
Subject:svn commit - mysqldoc@docsrva: r1487 - trunk/refman-5.1
View as plain text  
Author: shinz
Date: 2006-03-02 11:42:24 +0100 (Thu, 02 Mar 2006)
New Revision: 1487

Log:
Consolidate What's New in MySQL 5.1 section, and rework table of features in MySQL Development Roadmap section

Modified:
   trunk/refman-5.1/introduction.xml

Modified: trunk/refman-5.1/introduction.xml
===================================================================
--- trunk/refman-5.1/introduction.xml	2006-03-02 10:24:40 UTC (rev 1486)
+++ trunk/refman-5.1/introduction.xml	2006-03-02 10:42:24 UTC (rev 1487)
@@ -324,31 +324,31 @@
             <entry><emphasis role="bold">MySQL Series</emphasis></entry>
           </row>
           <row>
-            <entry>Foreign keys</entry>
-            <entry>3.23 (for the <literal>InnoDB</literal> storage engine)</entry>
-          </row>
-          <row>
             <entry>Unions</entry>
             <entry>4.0</entry>
           </row>
           <row>
+            <entry>R-trees</entry>
+            <entry>4.1 (for the <literal>MyISAM</literal> storage engine)</entry>
+          </row>
+          <row>
             <entry>Subqueries</entry>
             <entry>4.1</entry>
           </row>
           <row>
-            <entry>R-trees</entry>
-            <entry>4.1 (for the <literal>MyISAM</literal> storage engine)</entry>
+            <entry>Cursors</entry>
+            <entry>5.0</entry>
           </row>
           <row>
             <entry>Stored procedures</entry>
             <entry>5.0</entry>
           </row>
           <row>
-            <entry>Views</entry>
-            <entry>5.0</entry>
+            <entry>Triggers</entry>
+            <entry>5.0 and 5.1</entry>
           </row>
           <row>
-            <entry>Cursors</entry>
+            <entry>Views</entry>
             <entry>5.0</entry>
           </row>
           <row>
@@ -356,25 +356,29 @@
             <entry>5.0</entry>
           </row>
           <row>
-            <entry>Foreign keys</entry>
-            <entry>5.2 (implemented in 3.23 for <literal>InnoDB</literal>)</entry>
+            <entry>Event scheduler</entry>
+            <entry>5.1</entry>
           </row>
           <row>
-            <entry>Triggers</entry>
-            <entry>5.0 and 5.1</entry>
+            <entry>Partitioning</entry>
+            <entry>5.1</entry>
           </row>
           <row>
-            <entry>Partitioning</entry>
+            <entry>Plugin API</entry>
             <entry>5.1</entry>
           </row>
           <row>
-            <entry>Pluggable Storage Engine API</entry>
+            <entry>Row-based replication</entry>
             <entry>5.1</entry>
           </row>
           <row>
-            <entry>Row-Based Replication</entry>
+            <entry>Server log tables</entry>
             <entry>5.1</entry>
           </row>
+          <row>
+            <entry>Foreign keys</entry>
+            <entry>5.2 (implemented in 3.23 for <literal>InnoDB</literal>)</entry>
+          </row>
         </tbody>
       </tgroup>
     </informaltable>
@@ -384,9 +388,7 @@
       <title>&title-mysql-5-1-nutshell;</title>
 
       <para>
-        The following features are implemented in MySQL 5.1. We will add
-        more detailed information to this section as 5.1 development
-        continues.
+        The following features have been added to MySQL 5.1.
       </para>
 
       <itemizedlist>
@@ -485,39 +487,18 @@
           <para>
             <emphasis role="bold">The Instance Manager (IM)</emphasis>
             now has some additional functionality:
+            <literal>SHOW <replaceable>instance_name</replaceable>
+              LOG FILES</literal> provides a listing of all log files,
+            <literal>SHOW <replaceable>instance_name</replaceable>
+            LOG {ERROR | SLOW | GENERAL}
+            <replaceable>size</replaceable></literal> retrieves a
+            part of the specified log file, and <literal>SET
+              <replaceable>instance_name</replaceable>.<replaceable>option_name</replaceable>=<replaceable>option_value</replaceable></literal>
+            sets an option to the specified value and writes it to
+            the configuration file.
+            See <xref linkend="instance-manager"/>.
+            (Author: Petr Chardin)
           </para>
-
-          <itemizedlist>
-
-            <listitem>
-              <para>
-                <literal>SHOW <replaceable>instance_name</replaceable>
-                LOG FILES</literal> provides a listing of all log files
-                used by the instance. (Author: Petr Chardin)
-              </para>
-            </listitem>
-
-            <listitem>
-              <para>
-                <literal>SHOW <replaceable>instance_name</replaceable>
-                LOG {ERROR | SLOW | GENERAL}
-                <replaceable>size</replaceable></literal> retrieves a
-                part of the specified log file. (Author: Petr Chardin)
-              </para>
-            </listitem>
-
-            <listitem>
-              <para>
-                <literal>SET
-                <replaceable>instance_name</replaceable>.<replaceable>option_name</replaceable>=<replaceable>option_value</replaceable></literal>
-                sets an option to the specified value and writes it to
-                the config file See <xref linkend="instance-manager"/>,
-                for more details on these new commands. (Author: Petr
-                Chardin)
-              </para>
-            </listitem>
-
-          </itemizedlist>
         </listitem>
 
         <listitem>

Thread
svn commit - mysqldoc@docsrva: r1487 - trunk/refman-5.1stefan2 Mar