List:Commits« Previous MessageNext Message »
From:mcbrown Date:November 9 2006 9:15am
Subject:svn commit - mysqldoc@docsrva: r3890 - in trunk: refman-5.0 refman-5.1 refman-common
View as plain text  
Author: mcbrown
Date: 2006-11-09 10:15:57 +0100 (Thu, 09 Nov 2006)
New Revision: 3890

Log:
Added a warning phrase to Falcon docs and major sections



Modified:
   trunk/refman-5.0/installing.xml
   trunk/refman-5.1/se-falcon.xml
   trunk/refman-common/phrases.ent


Modified: trunk/refman-5.0/installing.xml
===================================================================
--- trunk/refman-5.0/installing.xml	2006-11-09 09:09:15 UTC (rev 3889)
+++ trunk/refman-5.0/installing.xml	2006-11-09 09:15:57 UTC (rev 3890)
Changed blocks: 1, Lines Added: 1, Lines Deleted: 1; 474 bytes

@@ -93,7 +93,7 @@
     </para>    
     
   </section>
-
+  
   <xi:include href="installing-es.xml"  xmlns:xi="http://www.w3.org/2001/XInclude"/>
 
   <xi:include href="installing-cs.xml"  xmlns:xi="http://www.w3.org/2001/XInclude"/>


Modified: trunk/refman-5.1/se-falcon.xml
===================================================================
--- trunk/refman-5.1/se-falcon.xml	2006-11-09 09:09:15 UTC (rev 3889)
+++ trunk/refman-5.1/se-falcon.xml	2006-11-09 09:15:57 UTC (rev 3890)
Changed blocks: 7, Lines Added: 10, Lines Deleted: 8; 2365 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;
   <!ENTITY % versions.entities    SYSTEM "versions.ent">
   %versions.entities;
 ]>

@@ -46,15 +48,15 @@
   <section id="se-falcon-features">
 
     <title>Falcon Features</title>
-
+&falcon-warning;
     <para>
       Falcon is primarily a memory-based storage engine and has been
       specially developed for systems that are able to support larger
       memory architectures and multi-threaded or multi-core CPU
       environments. Most 64-bit architectures are ideal platforms for
       the Falcon engine, where there is a larger available memory space
-      and 2-,4- or 8-core CPUs available. It can also be deployed within
-      a standard 32-bit environment.
+      and 2-, 4- or 8-core CPUs available. It can also be deployed
+      within a standard 32-bit environment.
     </para>
 
     <para>

@@ -161,7 +163,7 @@
   <section id="se-falcon-configuration">
 
     <title>Configuration Parameters</title>
-
+    &falcon-warning;
     <para>
       Parameters are configured through the standard
       <filename>my.cnf</filename> or <filename>my.ini</filename> file.

@@ -330,7 +332,7 @@
   </section>
 
   <section id="se-falcon-createdb">
-
+    &falcon-warning;
     <title>Creating the Falcon Tablespace</title>
 
     <para>

@@ -372,7 +374,7 @@
   <section id="se-falcon-createtable">
 
     <title>Creating Tables and Indexes within Falcon</title>
-
+    &falcon-warning;
     <para>
       Falcon supports all of the standard column datatypes supported by
       MySQL.

@@ -411,7 +413,7 @@
   <section id="se-falcon-principles">
 
     <title>Principles and Terminology</title>
-
+    &falcon-warning;
     <para>
       To get the best out of the Falcon engine you should understand the
       following basic principles and terminology.

@@ -909,7 +911,7 @@
   <section id="se-falcon-limits">
 
     <title>Limits</title>
-
+    &falcon-warning;
     <para>
       There are a number of limits in the current version of Falcon:
     </para>


Modified: trunk/refman-common/phrases.ent
===================================================================
--- trunk/refman-common/phrases.ent	2006-11-09 09:09:15 UTC (rev 3889)
+++ trunk/refman-common/phrases.ent	2006-11-09 09:15:57 UTC (rev 3890)
Changed blocks: 1, Lines Added: 4, Lines Deleted: 0; 1066 bytes

@@ -7,5 +7,9 @@
 <!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 questions 'Questions'>
 <!ENTITY questionsandanswers 'Questions and Answers'>


Thread
svn commit - mysqldoc@docsrva: r3890 - in trunk: refman-5.0 refman-5.1 refman-commonmcbrown9 Nov