List:Commits« Previous MessageNext Message »
From:mcbrown Date:October 3 2007 11:17am
Subject:svn commit - mysqldoc@docsrva: r7950 - trunk/falcon
View as plain text  
Author: mcbrown
Date: 2007-10-03 11:17:44 +0200 (Wed, 03 Oct 2007)
New Revision: 7950

Log:
Fixing some faults in the Falcon XML structure



Modified:
   trunk/falcon/falcon-installation.xml
   trunk/falcon/falcon.xml
   trunk/falcon/se-falcon.xml


Modified: trunk/falcon/falcon-installation.xml
===================================================================
--- trunk/falcon/falcon-installation.xml	2007-10-03 08:06:08 UTC (rev 7949)
+++ trunk/falcon/falcon-installation.xml	2007-10-03 09:17:44 UTC (rev 7950)
Changed blocks: 2, Lines Added: 16, Lines Deleted: 12; 1660 bytes

@@ -104,12 +104,14 @@
 shell&gt; <userinput>bin/mysqld_safe --user=mysql &amp;</userinput>
 </programlisting>
 
-    <para>
-      <emphasis role="bold">Note</emphasis>: This procedure does not set
-      up any passwords for MySQL accounts. After following the
-      procedure, proceed to <xref linkend="post-installation"/>, for
-      post-installation setup and testing.
-    </para>
+    <note>
+      <para>
+        This procedure does not set up any passwords for MySQL accounts.
+        After following the procedure, proceed to
+        <xref linkend="post-installation"/>, for post-installation setup
+        and testing.
+      </para>
+    </note>
 
     <para>
       A more detailed version of the preceding description for

@@ -386,12 +388,14 @@
       <xref linkend="mysqld-safe"/>.
     </para>
 
-    <para>
-      <emphasis role="bold">Note</emphasis>: The accounts that are
-      listed in the MySQL grant tables initially have no passwords.
-      After starting the server, you should set up passwords for them
-      using the instructions in <xref linkend="post-installation"/>.
-    </para>
+    <note>
+      <para>
+        The accounts that are listed in the MySQL grant tables initially
+        have no passwords. After starting the server, you should set up
+        passwords for them using the instructions in
+        <xref linkend="post-installation"/>.
+      </para>
+    </note>
 
   </section>
 


Modified: trunk/falcon/falcon.xml
===================================================================
--- trunk/falcon/falcon.xml	2007-10-03 08:06:08 UTC (rev 7949)
+++ trunk/falcon/falcon.xml	2007-10-03 09:17:44 UTC (rev 7950)
Changed blocks: 1, Lines Added: 1, Lines Deleted: 1; 362 bytes

@@ -34,7 +34,7 @@
 
   </bookinfo>
 
-  <preface>
+  <preface id="falcon-preface">
 
     <title>About the Falcon Storage Engine Release</title>
 


Modified: trunk/falcon/se-falcon.xml
===================================================================
--- trunk/falcon/se-falcon.xml	2007-10-03 08:06:08 UTC (rev 7949)
+++ trunk/falcon/se-falcon.xml	2007-10-03 09:17:44 UTC (rev 7950)
Changed blocks: 1, Lines Added: 2, Lines Deleted: 0; 517 bytes

@@ -684,6 +684,8 @@
       <title>Falcon <literal>INFORMATION_SCHEMA</literal> performance
diagnostic
         tables</title>
       <tgroup cols="2">
+        <colspec colwidth="30*"/>
+        <colspec colwidth="70*"/>
         <thead>
           <row>
             <entry>I_S Table</entry>


Thread
svn commit - mysqldoc@docsrva: r7950 - trunk/falconmcbrown3 Oct