List:Commits« Previous MessageNext Message »
From:jon Date:September 8 2007 10:07am
Subject:svn commit - mysqldoc@docsrva: r7764 - in trunk: refman-4.1 refman-5.0 refman-5.1 refman-5.2
View as plain text  
Author: jstephens
Date: 2007-09-08 12:07:17 +0200 (Sat, 08 Sep 2007)
New Revision: 7764

Log:

Added a note to myself about where to find Cluster configuration
parameter definitions in the source (I keep forgetting, d'oh)



Modified:
   trunk/refman-4.1/mysql-cluster.xml
   trunk/refman-5.0/mysql-cluster.xml
   trunk/refman-5.1/mysql-cluster.xml
   trunk/refman-5.2/mysql-cluster.xml


Modified: trunk/refman-4.1/mysql-cluster.xml
===================================================================
--- trunk/refman-4.1/mysql-cluster.xml	2007-09-08 09:31:05 UTC (rev 7763)
+++ trunk/refman-4.1/mysql-cluster.xml	2007-09-08 10:07:17 UTC (rev 7764)
Changed blocks: 1, Lines Added: 5, Lines Deleted: 0; 572 bytes

@@ -8812,6 +8812,11 @@
 
     <title>Process Management in MySQL Cluster</title>
 
+    <remark role="NOTE">
+      [js] config.ini parameters are defined (mostly) in
+      ndb/src/mgmsrv/ConfigInfo.cpp
+    </remark>
+
     <indexterm>
       <primary>MySQL Cluster</primary>
       <secondary>process management</secondary>


Modified: trunk/refman-5.0/mysql-cluster.xml
===================================================================
--- trunk/refman-5.0/mysql-cluster.xml	2007-09-08 09:31:05 UTC (rev 7763)
+++ trunk/refman-5.0/mysql-cluster.xml	2007-09-08 10:07:17 UTC (rev 7764)
Changed blocks: 1, Lines Added: 5, Lines Deleted: 0; 572 bytes

@@ -8860,6 +8860,11 @@
 
     <title>Process Management in MySQL Cluster</title>
 
+    <remark role="NOTE">
+      [js] config.ini parameters are defined (mostly) in
+      ndb/src/mgmsrv/ConfigInfo.cpp
+    </remark>
+
     <indexterm>
       <primary>MySQL Cluster</primary>
       <secondary>process management</secondary>


Modified: trunk/refman-5.1/mysql-cluster.xml
===================================================================
--- trunk/refman-5.1/mysql-cluster.xml	2007-09-08 09:31:05 UTC (rev 7763)
+++ trunk/refman-5.1/mysql-cluster.xml	2007-09-08 10:07:17 UTC (rev 7764)
Changed blocks: 1, Lines Added: 5, Lines Deleted: 0; 582 bytes

@@ -10420,6 +10420,11 @@
 
     <title>Process Management in MySQL Cluster</title>
 
+    <remark role="NOTE">
+      [js] config.ini parameters are defined (mostly) in
+      storage/ndb/src/mgmsrv/ConfigInfo.cpp
+    </remark>
+
     <indexterm>
       <primary>MySQL Cluster</primary>
       <secondary>process management</secondary>


Modified: trunk/refman-5.2/mysql-cluster.xml
===================================================================
--- trunk/refman-5.2/mysql-cluster.xml	2007-09-08 09:31:05 UTC (rev 7763)
+++ trunk/refman-5.2/mysql-cluster.xml	2007-09-08 10:07:17 UTC (rev 7764)
Changed blocks: 3, Lines Added: 8, Lines Deleted: 2; 1456 bytes

@@ -10345,6 +10345,11 @@
 
     <title>Process Management in MySQL Cluster</title>
 
+    <remark role="NOTE">
+      [js] config.ini parameters are defined (mostly) in
+      storage/ndb/src/mgmsrv/ConfigInfo.cpp
+    </remark>
+
     <indexterm>
       <primary>MySQL Cluster</primary>
       <secondary>process management</secondary>

@@ -18450,7 +18455,8 @@
                 The <literal>DBI</literal> module, which can be obtained
                 from CPAN if it is not already part of your Perl
                 installation. (Many Linux and other operating system
-                distributions provide their own packages for this library.)
+                distributions provide their own packages for this
+                library.)
               </para>
             </listitem>
 

@@ -18497,7 +18503,7 @@
 <programlisting>
 perl ndb_size.pl <replaceable>db_name</replaceable> <replaceable>hostname</replaceable> <replaceable>username</replaceable> <replaceable>password</replaceable> &gt; <replaceable>file_name</replaceable>.html
 </programlisting>
-          
+
           <para>
             The command shown connects to the MySQL server at
             <replaceable>hostname</replaceable> using the account of the


Thread
svn commit - mysqldoc@docsrva: r7764 - in trunk: refman-4.1 refman-5.0 refman-5.1 refman-5.2jon8 Sep