List:Commits« Previous MessageNext Message »
From:plavin Date:January 12 2007 2:53pm
Subject:svn commit - mysqldoc@docsrva: r4465 - trunk/refman-5.0
View as plain text  
Author: plavin
Date: 2007-01-12 15:53:48 +0100 (Fri, 12 Jan 2007)
New Revision: 4465

Log:
Use comments not <remarks>s for mnmas entries

Modified:
   trunk/refman-5.0/optimization.xml
   trunk/refman-5.0/sql-syntax.xml


Modified: trunk/refman-5.0/optimization.xml
===================================================================
--- trunk/refman-5.0/optimization.xml	2007-01-12 14:48:59 UTC (rev 4464)
+++ trunk/refman-5.0/optimization.xml	2007-01-12 14:53:48 UTC (rev 4465)
Changed blocks: 2, Lines Added: 4, Lines Deleted: 4; 784 bytes

@@ -7434,8 +7434,8 @@
 
       </itemizedlist>
       
-      <remark>
-      <formalpara role="mnmas">
+
+      <!--formalpara role="mnmas">
         <title>MySQL Enterprise</title>
         <para>
           Often, it is not possible to predict exactly what indexes will be required

@@ -7444,8 +7444,8 @@
           provides expert advice on this topic. For more information see,
           <xref linkend="base-url-enterprise;advisors.html"/>.
         </para>
-      </formalpara>
-      </remark>
+      </formalpara-->
+
       
     </section>
 


Modified: trunk/refman-5.0/sql-syntax.xml
===================================================================
--- trunk/refman-5.0/sql-syntax.xml	2007-01-12 14:48:59 UTC (rev 4464)
+++ trunk/refman-5.0/sql-syntax.xml	2007-01-12 14:53:48 UTC (rev 4465)
Changed blocks: 1, Lines Added: 14, Lines Deleted: 1; 1006 bytes

@@ -131,7 +131,20 @@
         The database name can be omitted, in which case the statement
         applies to the default database.
       </para>
-
+      
+      
+      <!--formalpara role="mnmas">
+        <title>MySQL Enterprise</title>
+        <para>
+          In a prodiuction environment, alteration of a database is not 
+          a common occurrence and may indicate a security breach. Advisors
+          provided as part of the MySQL Network Monitoring and Advisory Service
+          automatically alert you when data definition statements are issued. For 
+          for information see, <xref linkend="&base-url-enterprise;advisors.html"/>.
+        </para>
+      </formalpara-->
+      
+      
       <remark role="help-description-end"/>
 
     </section>


Thread
svn commit - mysqldoc@docsrva: r4465 - trunk/refman-5.0plavin12 Jan