List:Commits« Previous MessageNext Message »
From:jon Date:April 30 2007 5:00pm
Subject:svn commit - mysqldoc@docsrva: r6273 - trunk/refman-5.1
View as plain text  
Author: jstephens
Date: 2007-04-30 17:00:53 +0200 (Mon, 30 Apr 2007)
New Revision: 6273

Log:

Start of new MCCGE intro section for Cluster chapter.



Modified:
   trunk/refman-5.1/mysql-cluster-merged.xml


Modified: trunk/refman-5.1/mysql-cluster-merged.xml
===================================================================
--- trunk/refman-5.1/mysql-cluster-merged.xml	2007-04-30 14:51:21 UTC (rev 6272)
+++ trunk/refman-5.1/mysql-cluster-merged.xml	2007-04-30 15:00:53 UTC (rev 6273)
Changed blocks: 1, Lines Added: 76, Lines Deleted: 1; 2848 bytes

@@ -204,7 +204,82 @@
     </para>
 
   </section>
-
+  
+  <section id="mysql-cluster-cge">
+    <title>&mccge-series;</title>
+    
+    <para>
+      &mccge-series; is a branch of MySQL 5.1 using an advanced version
+      of the <literal>NDB</literal> storage engine and
+      <literal>NDB</literal> API. It is intended for use in the
+      telcommunications industry, and is available in binary and source
+      form to commercial customers. Two development trees can also be
+      accessed via <ulink url="http://mysql.bkbits.net/"/>:
+      
+      <itemizedlist>
+        <listitem>
+          <para>
+            <literal>mysql-5.1-telco</literal>
+          </para>
+        </listitem>
+        
+        <listitem>
+          <para>
+            <literal>mysql-5.1-telco-6.1</literal>
+          </para>
+        </listitem>
+      </itemizedlist>
+      
+    </para>
+    
+    <formalpara>
+      <title>&mccge-series; versioning</title>
+      
+      <para>
+        &mccge-series; &mdash; sometimes also referred to as
+        <quote>CGE</quote> &mdash; follows a somewhat different release
+        pattern from the mainline MySQL 5.1 Cluster series of releases.
+        Each &mccge-series; release is identified by a two-part version
+        string which identifies the mainline MySQL version from which
+        the CGE release was branched and the version of the
+        <literal>NDB</literal> storage engine used. For example, the
+        first CGE release was <literal>mysql-5.1.14-ndb-6.1.0</literal>.
+        The version string tells us that this version:
+        
+        <itemizedlist>
+          <listitem>
+            <para>
+              Branches from MySQL 5.1.14, and contains all feature
+              enhancement and bugfixes from MySQL 5.1, up to and
+              including MySQL 5.1.14. 
+            </para>
+          </listitem>
+          
+          <listitem>
+            <para> 
+              Uses version 6.1.0 of the <literal>NDB</literal> storage
+              engine.  
+            </para>
+          </listitem>
+        </itemizedlist>
+      </para>
+    </formalpara>
+    
+    <formalpara>
+      <title>&mccge-series; change history</title>
+      <para></para>
+    </formalpara>
+    
+    
+    <para>
+      Additional information about obtaining &mccge-series; binaries can
+      be found on the MySQL AB web site at 
+      <ulink url="http://www.mysql.com/products/database/clustercge/"/>,
+      or by contacting <email>sales@stripped</email>.
+    </para>
+  </section>
+  
+  
   <section id="mysql-cluster-basics">
 
     <title>Basic MySQL Cluster Concepts</title>


Thread
svn commit - mysqldoc@docsrva: r6273 - trunk/refman-5.1jon30 Apr