List:Commits« Previous MessageNext Message »
From:stefan Date:November 9 2006 10:56am
Subject:svn commit - mysqldoc@docsrva: r3892 - in trunk: refman-5.1 refman-common
View as plain text  
Author: shinz
Date: 2006-11-09 10:56:31 +0100 (Thu, 09 Nov 2006)
New Revision: 3892

Log:
Add warning-5-1-12 about missing NDB Cluster and Partitioning feature to changelog and
respective chapters

Modified:
   trunk/refman-5.1/manual.xml
   trunk/refman-5.1/mysql-cluster.xml
   trunk/refman-5.1/news-5.1.xml
   trunk/refman-5.1/partitioning.xml
   trunk/refman-common/phrases.ent


Modified: trunk/refman-5.1/manual.xml
===================================================================
--- trunk/refman-5.1/manual.xml	2006-11-09 09:18:24 UTC (rev 3891)
+++ trunk/refman-5.1/manual.xml	2006-11-09 09:56:31 UTC (rev 3892)
Changed blocks: 2, Lines Added: 3, Lines Deleted: 0; 685 bytes

@@ -8,6 +8,8 @@
   %urls.entities;
   <!ENTITY % versions.entities    SYSTEM "versions.ent">
   %versions.entities;
+  <!ENTITY % phrases.entities    SYSTEM "../refman-common/phrases.ent">
+  %phrases.entities;
 ]>
 <book id="top" lang="en">
 

@@ -21,6 +23,7 @@
         This is the MySQL Reference Manual. It documents MySQL
         &current-series; through &current-version;.
       </para>
+      &warning-5-1-12;
 
       <para>
         Document generated on:


Modified: trunk/refman-5.1/mysql-cluster.xml
===================================================================
--- trunk/refman-5.1/mysql-cluster.xml	2006-11-09 09:18:24 UTC (rev 3891)
+++ trunk/refman-5.1/mysql-cluster.xml	2006-11-09 09:56:31 UTC (rev 3892)
Changed blocks: 2, Lines Added: 3, Lines Deleted: 0; 750 bytes

@@ -8,6 +8,8 @@
   %urls.entities;
   <!ENTITY % versions.entities    SYSTEM "versions.ent">
   %versions.entities;
+  <!ENTITY % phrases.entities    SYSTEM "../refman-common/phrases.ent">
+  %phrases.entities;
 ]>
 <chapter id="mysql-cluster">
 

@@ -37,6 +39,7 @@
     Hartmut Holzgraefe, Carsten Pedersen, and Roland Bouman. Rewrite
     editor: Jon Stephens; Supervising editor: Stefan Hinz.
   </remark>
+  &warning-5-1-12;
 
   <para>
     MySQL Cluster is a high-availability, high-redundancy version of


Modified: trunk/refman-5.1/news-5.1.xml
===================================================================
--- trunk/refman-5.1/news-5.1.xml	2006-11-09 09:18:24 UTC (rev 3891)
+++ trunk/refman-5.1/news-5.1.xml	2006-11-09 09:56:31 UTC (rev 3892)
Changed blocks: 2, Lines Added: 3, Lines Deleted: 1; 742 bytes

@@ -6,6 +6,8 @@
   %fixedchars.entities;
   <!ENTITY % urls.entities       SYSTEM "../refman-common/urls.ent">
   %urls.entities;
+  <!ENTITY % phrases.entities    SYSTEM "../refman-common/phrases.ent">
+  %phrases.entities;
 ]>
 <section id="news-5-1-x">
 

@@ -383,7 +385,7 @@
   <section id="news-5-1-12">
 
     <title>Changes in release 5.1.12 (24 October 2006)</title>
-
+    &warning-5-1-12;
     <para role="release-level">
       This is a new Beta development release, fixing recently discovered
       bugs.


Modified: trunk/refman-5.1/partitioning.xml
===================================================================
--- trunk/refman-5.1/partitioning.xml	2006-11-09 09:18:24 UTC (rev 3891)
+++ trunk/refman-5.1/partitioning.xml	2006-11-09 09:56:31 UTC (rev 3892)
Changed blocks: 2, Lines Added: 3, Lines Deleted: 0; 653 bytes

@@ -8,6 +8,8 @@
   %urls.entities;
   <!ENTITY % versions.entities    SYSTEM "versions.ent">
   %versions.entities;
+  <!ENTITY % phrases.entities    SYSTEM "../refman-common/phrases.ent">
+  %phrases.entities;
 ]>
 <chapter id="partitioning">
 

@@ -20,6 +22,7 @@
   <indexterm>
     <primary>partitioning</primary>
   </indexterm>
+  &warning-5-1-12;
 
   <para>
     This chapter discusses <firstterm>user-defined


Modified: trunk/refman-common/phrases.ent
===================================================================
--- trunk/refman-common/phrases.ent	2006-11-09 09:18:24 UTC (rev 3891)
+++ trunk/refman-common/phrases.ent	2006-11-09 09:56:31 UTC (rev 3892)
Changed blocks: 1, Lines Added: 2, Lines Deleted: 4; 1616 bytes

@@ -7,9 +7,7 @@
 <!ENTITY cs-only '<para role="cs">This section does not apply to MySQL
Enterprise Server users.</para>'>
 <!ENTITY deprecated-feature-warning '<para role="deprecated"><emphasis
role="bold">This feature is deprecated. We recommend not using it anymore. It is
subject to removal in a future version of MySQL.</emphasis></para>'>
 <!ENTITY es-only '<para role="es">This section does not apply to MySQL Community
Server users.</para>'>
-<!ENTITY falcon-warning '<para role="deprecated"><emphasis
role="bold">Falcon
-support is not available in the standard MySQL 5.1 release. Falcon is only available in a
specially
-forked release of MySQL 5.1. Information is
-provided here for evaluation purposes only. </emphasis></para>'>
+<!ENTITY falcon-warning '<para role="deprecated"><emphasis
role="bold">Falcon support is not available in the standard MySQL 5.1 release. Falcon
is only available in a specially forked release of MySQL 5.1. Information is provided
here for evaluation purposes only.</emphasis></para>'>
 <!ENTITY questions 'Questions'>
 <!ENTITY questionsandanswers 'Questions and Answers'>
+<!ENTITY warning-5-1-12 '<para role="deprecated"><emphasis role="bold">Due
to a build slippage MySQL 5.1.12 contains neither NDB Cluster nor Partitioning. We
apologize for any inconvenience. Please upgrade to 5.1.13 as soon as it is
available.</emphasis></para>'>


Thread
svn commit - mysqldoc@docsrva: r3892 - in trunk: refman-5.1 refman-commonstefan9 Nov