List:Commits« Previous MessageNext Message »
From:jon Date:June 21 2007 2:57pm
Subject:svn commit - mysqldoc@docsrva: r6882 - trunk/refman-5.1
View as plain text  
Author: jstephens
Date: 2007-06-21 16:57:11 +0200 (Thu, 21 Jun 2007)
New Revision: 6882

Log:

Completed telco build script doc (leaving as standalone for now)

Deleted associated notes file



Removed:
   trunk/refman-5.1/telco-build-notes-tmp.txt
Modified:
   trunk/refman-5.1/mysql-cluster-cge-building-tmp.xml


Modified: trunk/refman-5.1/mysql-cluster-cge-building-tmp.xml
===================================================================
--- trunk/refman-5.1/mysql-cluster-cge-building-tmp.xml	2007-06-21 14:05:49 UTC (rev 6881)
+++ trunk/refman-5.1/mysql-cluster-cge-building-tmp.xml	2007-06-21 14:57:11 UTC (rev 6882)
Changed blocks: 1, Lines Added: 74, Lines Deleted: 2; 3834 bytes

@@ -610,11 +610,83 @@
 
   </section>
 
-  <section id="mysql-cluster-cge-building-compiler-options-used">
+  <section id="mysql-cluster-cge-building-additional">
 
-    <title>Compiler Options Used by <command>build_mccge.sh</command></title>
+    <title><command>build_mccge.sh</command> Options for Building &mccge-series;</title>
 
     <para>
+      The following table provides information on those options which
+      are most likely to be useful when building &mccge-series;
+      binaries.
+    </para>
+
+    <informaltable>
+      <tgroup cols="2">
+        <colspec colwidth="20*"/>
+        <colspec colwidth="80*"/>
+        <thead>
+          <row>
+            <entry>Option</entry>
+            <entry>Description</entry>
+          </row>
+        </thead>
+        <tbody>
+          <row>
+            <entry><option>--with-ndb-sci=/opt/DIS</option></entry>
+            <entry>Build &mccge-series; binaries that can use the SCI Transporter. The
+              Dolphin SCI installation must be completed first (see
+              <xref linkend="mysql-cluster-interconnects"/>).</entry>
+          </row>
+          <row>
+            <entry><option>--with-ndb-test</option></entry>
+            <entry>Compile the MySQL Cluster test programs.</entry>
+          </row>
+          <row>
+            <entry><option>--with-ndb-port=<replaceable>port</replaceable></option></entry>
+            <entry>Change the default port for the MySQL Cluster management server to
+              <replaceable>port</replaceable>.</entry>
+          </row>
+          <row>
+            <entry><option>--with-ndb-port-base=<replaceable>port</replaceable></option></entry>
+            <entry>Change the default port base for MySQL Cluster data nodes to
+              <replaceable>port</replaceable>.</entry>
+          </row>
+          <row>
+            <entry><option>--without-query-cache</option></entry>
+            <entry>Build the MySQL Server without the query cache. The query cache is often
+              of little value for MySQL Cluster applications.</entry>
+          </row>
+          <row>
+            <entry><option>--with-atomic-ops=rwlocks|smp|up</option></entry>
+            <entry>Implement atomic operations using <literal>pthread rwlocks</literal> or
+              atomic CPU instructions for multi-processor (default) or
+              single-processor configurations.</entry>
+          </row>
+          <row>
+            <entry><option>--without-geometry</option></entry>
+            <entry>Do not include support for spatial extensions in the MySQL Server, as
+              these are seldom used in MySQL Cluster applications.</entry>
+          </row>
+          <row>
+            <entry><option>--with-ndb-cc-flags=<replaceable>flags</replaceable></option></entry>
+            <entry>This option can be used to build MySQL Cluster such that error injection
+              is possible on the data nodes. It can also be used to pass
+              special options to programs in the <literal>NDB</literal>
+              kernel for specific test builds. The option for enabling
+              data node error injection is
+              <option>-DERROR_INSERT</option>.</entry>
+          </row>
+        </tbody>
+      </tgroup>
+    </informaltable>
+
+  </section>
+
+  <section id="mysql-cluster-cge-building-compiler-flags-used">
+
+    <title>Compiler Flags Used by <command>build_mccge.sh</command></title>
+
+    <para>
       This section describes the compiler options used for each of the
       different platforms supported by this script.
     </para>


Thread
svn commit - mysqldoc@docsrva: r6882 - trunk/refman-5.1jon21 Jun