List:Commits« Previous MessageNext Message »
From:jon Date:September 12 2007 2:04pm
Subject:svn commit - mysqldoc@docsrva: r7803 - in trunk: common refman-5.1
View as plain text  
Author: jstephens
Date: 2007-09-12 14:04:48 +0200 (Wed, 12 Sep 2007)
New Revision: 7803

Log:

Some changes in MCCGE-related entities

Fix gaffe in create-table



Modified:
   trunk/common/phrases.ent
   trunk/refman-5.1/sql-syntax.xml


Modified: trunk/common/phrases.ent
===================================================================
--- trunk/common/phrases.ent	2007-09-12 06:00:08 UTC (rev 7802)
+++ trunk/common/phrases.ent	2007-09-12 12:04:48 UTC (rev 7803)
Changed blocks: 1, Lines Added: 3, Lines Deleted: 3; 2245 bytes

@@ -13,12 +13,12 @@
 <!ENTITY questions 'Questions'>
 <!ENTITY questionsandanswers 'Questions and Answers'>
 
-<!-- Specific to MCCGE, used in 5.1 Manual and Cluster API docs  -->
-<!ENTITY mccge-series "MySQL Cluster 5.1 Carrier Grade Edition">
-<!ENTITY mccge-current "5.1.15-ndb-6.1.6-beta"><!-- Current MySQL CGE version -
update with new releases -->
+<!-- Specific to MCCGE, used in 5.1/5.2 Manual and Cluster API docs  -->
+<!ENTITY mccge-series "MySQL Cluster &current-series; Carrier Grade Edition">
 <!ENTITY mccge-warning-section '<formalpara
role="mccge-warning"><title>&mccge-series;</title><para>The
information in this section applies to users of &mccge-series; only. For more
information about &mccge-series;, see <xref
linkend="mysql-cluster-cge"/>.</para></formalpara>'>
 <!ENTITY mccge-warning-begin '<formalpara
role="mccge-warning"><title>&mccge-series;</title><para>The
following information applies to users of &mccge-series; only. For more information
about &mccge-series;, see <xref
linkend="mysql-cluster-cge"/>.</para></formalpara>'>
 <!ENTITY mccge-warning-end-api '<para role="mccge-warning">The following
information applies to all MySQL Cluster API users.</para>'>
 <!ENTITY mccge-warning-end-cluster '<para role="mccge-warning">The following
information applies to all MySQL Cluster users.</para>'>
+<!ENTITY mccge-warning-end-all '<para role="mccge-warning">The following
information applies to all MySQL users.</para>'>
 <!ENTITY mccge-warning-section-unsupported '<formalpara
role="mccge-warning"><title>&mccge-series;</title><para>The
information in this section does not apply to users of &mccge-series;. For more
information about &mccge-series;, see <xref
linkend="mysql-cluster-cge"/>.</para></formalpara>'>
 <!ENTITY mccge-warning-unsupported-begin '<formalpara
role="mccge-warning"><title>&mccge-series;</title><para>The
following information does not apply to users of &mccge-series;. For more information
about &mccge-series;, see <xref
linkend="mysql-cluster-cge"/>.</para></formalpara>'>


Modified: trunk/refman-5.1/sql-syntax.xml
===================================================================
--- trunk/refman-5.1/sql-syntax.xml	2007-09-12 06:00:08 UTC (rev 7802)
+++ trunk/refman-5.1/sql-syntax.xml	2007-09-12 12:04:48 UTC (rev 7803)
Changed blocks: 2, Lines Added: 1, Lines Deleted: 3; 662 bytes

@@ -2988,8 +2988,6 @@
             tables using storage engines other than
             <literal>NDB</literal>.
           </para>
-          
-          &mccge-warning-end-cluster;
         </listitem>
 
         <listitem>

@@ -3020,7 +3018,7 @@
             <literal>NDB</literal>.
           </para>
           
-          &mccge-warning-end-cluster;
+          &mccge-warning-end-all;
         </listitem>
 
         <listitem>


Thread
svn commit - mysqldoc@docsrva: r7803 - in trunk: common refman-5.1jon12 Sep