List:Commits« Previous MessageNext Message »
From:mcbrown Date:April 13 2007 8:40am
Subject:svn commit - mysqldoc@docsrva: r5867 - trunk/falcon
View as plain text  
Author: mcbrown
Date: 2007-04-13 10:40:35 +0200 (Fri, 13 Apr 2007)
New Revision: 5867

Log:
Changing 5.2 version number to 6.0



Modified:
   trunk/falcon/falcon-installation.xml
   trunk/falcon/falcon.xml


Modified: trunk/falcon/falcon-installation.xml
===================================================================
--- trunk/falcon/falcon-installation.xml	2007-04-12 21:56:17 UTC (rev 5866)
+++ trunk/falcon/falcon-installation.xml	2007-04-13 08:40:35 UTC (rev 5867)
Changed blocks: 8, Lines Added: 12, Lines Deleted: 12; 3879 bytes

@@ -11,7 +11,7 @@
 
     <para>
       Falcon has been made available as a special MySQL tree called
-      <literal>mysql-5.2-falcon</literal>. In order to try out Falcon
+      <literal>mysql-6.0-falcon</literal>. In order to try out Falcon
       you must download the source code and build the special version of
       the MySQL tree.
     </para>

@@ -148,16 +148,16 @@
         <para>
           Change location to the directory you want to work from, and
           then use the following command to make a local copy of the
-          <literal>mysql-5.2-falcon</literal> tree:
+          <literal>mysql-6.0-falcon</literal> tree:
         </para>
 
 <programlisting>
-shell&gt; <userinput>bkf clone bk://mysql.bkbits.net/mysql-5.2-falcon mysql-5.2-falcon</userinput>
+shell&gt; <userinput>bkf clone bk://mysql.bkbits.net/mysql-6.0-falcon mysql-6.0-falcon</userinput>
 </programlisting>
 
         <para>
           In the preceding example, the source tree is set up in the
-          <filename>mysql-5.2-falcon/</filename> subdirectory of your
+          <filename>mysql-6.0-falcon/</filename> subdirectory of your
           current directory.
         </para>
 

@@ -180,7 +180,7 @@
           Change into the directory containing the Falcon tree:
         </para>
 
-<programlisting>shell&gt; cd mysql-5.2-falcon</programlisting>
+<programlisting>shell&gt; cd mysql-6.0-falcon</programlisting>
       </listitem>
 
       <listitem>

@@ -223,9 +223,9 @@
           named according to the version and tag for this release. For
           example, on a Linux Pentium machine, the Falcon release will
           create an archive with the name
-          <filename>mysql-5.2.0-falcon-alpha-linux-i686.tar</filename>,
+          <filename>mysql-6.0.0-falcon-alpha-linux-i686.tar</filename>,
           which contains the directory
-          <filename>mysql-5.2.0-falcon-alpha-linux-i686</filename>.
+          <filename>mysql-6.0.0-falcon-alpha-linux-i686</filename>.
         </para>
 
         <para>

@@ -233,7 +233,7 @@
           specifying the new base directory:
         </para>
 
-<programlisting>shell&gt; tar zxf mysql-5.2.0-falcon-alpha-linux-i686 -C /usr/local</programlisting>
+<programlisting>shell&gt; tar zxf mysql-6.0.0-falcon-alpha-linux-i686 -C /usr/local</programlisting>
 
         <para>
           You can either use directory or link to an alternative

@@ -242,7 +242,7 @@
         </para>
 
 <programlisting>shell&gt; cd /usr/local
-shell&gt; ln -s mysql-5.2.0-falcon-alpha-linux-i686 mysql-falcon</programlisting>
+shell&gt; ln -s mysql-6.0.0-falcon-alpha-linux-i686 mysql-falcon</programlisting>
       </listitem>
 
       <listitem>

@@ -272,12 +272,12 @@
         </para>
 
 <programlisting>shell&gt; ./bin/mysqladmin version
-./bin/mysqladmin  Ver 8.42 Distrib 5.2.0-falcon-alpha, for pc-linux-gnu on i686
+./bin/mysqladmin  Ver 8.42 Distrib 6.0.0-falcon-alpha, for pc-linux-gnu on i686
 Copyright (C) 2000 MySQL AB &amp; MySQL Finland AB &amp; TCX DataKonsult AB
 This software comes with ABSOLUTELY NO WARRANTY. This is free software,
 and you are welcome to modify and redistribute it under the GPL license
 
-Server version          5.2.0-falcon-alpha-debug
+Server version          6.0.0-falcon-alpha-debug
 Protocol version        10
 Connection              Localhost via UNIX socket
 UNIX socket             /tmp/mysql.sock

@@ -305,7 +305,7 @@
 <programlisting>shell&gt; ./bin/mysql
 Welcome to the MySQL monitor.  Commands end with ; or \g.
 Your MySQL connection id is 2
-Server version: 5.2.0-falcon-alpha-debug Source distribution
+Server version: 6.0.0-falcon-alpha-debug Source distribution
 
 Type 'help;' or '\h' for help. Type '\c' to clear the buffer.
 


Modified: trunk/falcon/falcon.xml
===================================================================
--- trunk/falcon/falcon.xml	2007-04-12 21:56:17 UTC (rev 5866)
+++ trunk/falcon/falcon.xml	2007-04-13 08:40:35 UTC (rev 5867)
Changed blocks: 1, Lines Added: 5, Lines Deleted: 5; 1074 bytes

@@ -50,16 +50,16 @@
     <para>
       Falcon is currently an Alpha release and should not be used in
       production environments. Falcon is currently only supported within
-      a special fork of the MySQL release, termed MySQL -5.2-falcon.
+      a special fork of the MySQL release, termed MySQL-6.0-falcon.
       This release is not considered ready for production. The
-      mysql-5.2-falcon tree is provided only for testing and evaluation
+      mysql-6.0-falcon tree is provided only for testing and evaluation
       of the Falcon storage engine.
     </para>
 
-    <para>
-      Note that mysql-5.2-falcon tree may not include all feature or bug
+    <note>    <para>
+      Thet mysql-6.0-falcon tree may not include all feature or bug
       fixes that have been applied to previous releases of MySQL.
-    </para>
+    </para></note>
 
   </preface>
 


Thread
svn commit - mysqldoc@docsrva: r5867 - trunk/falconmcbrown13 Apr