Author: jstephens
Date: 2007-06-20 19:48:54 +0200 (Wed, 20 Jun 2007)
New Revision: 6873
Log:
More of the telco build script doc.
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-20 11:18:16 UTC (rev 6872)
+++ trunk/refman-5.1/mysql-cluster-cge-building-tmp.xml 2007-06-20 17:48:54 UTC (rev 6873)
Changed blocks: 1, Lines Added: 210, Lines Deleted: 0; 5653 bytes
@@ -398,6 +398,216 @@
</informaltable>
</para>
+ <formalpara>
+
+ <title><command>configure</command> options specific to Linux</title>
+
+ <para>
+ There are two configure options that are specific to Linux
+ operating systems:
+
+ <itemizedlist>
+
+ <listitem>
+ <formalpara>
+
+ <title><option>--with-fast-mutexes</option></title>
+
+ <para>
+ Include an alternative implementation of mutexes that is
+ faster on Linux systems.
+ </para>
+
+ </formalpara>
+ </listitem>
+
+ <listitem>
+ <formalpara>
+
+ <title><option>--enable-assembler</option></title>
+
+ <para>
+ Include assembler code optimisations, mostly for a
+ number of string methods.
+ </para>
+
+ </formalpara>
+ </listitem>
+
+ </itemizedlist>
+
+ Neither of the preceding options can be disabled.
+ </para>
+
+ </formalpara>
+
+ <para>
+ The MySQL Cluster Carrier Grade Edition builds (built using
+ <option>--package=ndb</option> or <option>--package=max</option>)
+ add the following options:
+
+ <itemizedlist>
+
+ <listitem>
+ <formalpara>
+
+ <title><option>--with-ndbcluster</option></title>
+
+ <para>
+ Include the <literal>NDB Cluster</literal> storage engine,
+ its kernel, management server, and client, as well as
+ support for the <literal>NDB</literal> and
+ <literal>MGM</literal> APIs.
+ </para>
+
+ </formalpara>
+ </listitem>
+
+ <listitem>
+ <formalpara>
+
+ <title><option>--without-ndb-debug</option></title>
+
+ <para>
+ Do not include debug code specific to
+ <literal>NDB</literal>, even in debug versions.
+ </para>
+
+ </formalpara>
+ </listitem>
+
+ </itemizedlist>
+
+ Neither of these options can be overridden.
+ </para>
+
+ <formalpara>
+
+ <title>Package-specific options</title>
+
+ <para>
+ Some build options are available in only specific packages, and
+ not in others:
+
+ <itemizedlist>
+
+ <listitem>
+ <formalpara>
+
+ <title><option>--with-innodb</option></title>
+
+ <para>
+ Included in the Pro and Max packages only.
+ </para>
+
+ </formalpara>
+ </listitem>
+
+ <listitem>
+ <formalpara>
+
+ <title><option>--with-comment=<replaceable>comment</replaceable></option></title>
+
+ <para>
+ The <replaceable>comment</replaceable> for the MySQL
+ version is always determined by the <option>--package
+ option</option> selected, as described earlier in this
+ section.
+ </para>
+
+ </formalpara>
+ </listitem>
+
+ <listitem>
+ <formalpara>
+
+ <title><option></option></title>
+
+ <para>
+ --with-server-suffix Sets the server suffix on the MySQL
+ version, by package, as described in
+ <xref linkend="mysql-cluster-cge-building-packages"/>.
+ </para>
+
+ </formalpara>
+ </listitem>
+
+ </itemizedlist>
+ </para>
+
+ </formalpara>
+
+ <formalpara>
+
+ <title>Other options</title>
+
+ <para>
+ Additional default options are listed here:
+
+ <itemizedlist>
+
+ <listitem>
+ <formalpara>
+
+ <title><option>--with-readline</option></title>
+
+ <para>
+ Use the GPL readline library for command editing
+ functions; this option is not available with commercial
+ packages.
+ </para>
+
+ </formalpara>
+ </listitem>
+
+ <listitem>
+ <formalpara>
+
+ <title><option>--with-libedit</option></title>
+
+ <para>
+ Use the BSD licensed library for command editing
+ functions; used for commercial packages in place of
+ <literal>readline</literal>.
+ </para>
+
+ </formalpara>
+ </listitem>
+
+ <listitem>
+ <formalpara>
+
+ <title><option>--with-zlib-dir=bundled</option></title>
+
+ <para>
+ Use the <literal>zlib</literal> package bundled with
+ MySQL; this option can be overridden using the option
+ <option>--with-named-z-libs=no</option>. By default the
+ bundled <literal>zlib</literal> package is used on all
+ platforms, with the exception of Solaris.
+ </para>
+
+ </formalpara>
+ </listitem>
+
+ <listitem>
+ <formalpara>
+
+ <title><option>--with-named-curses=-lcurses</option></title>
+
+ <para>
+ Used on Solaris to ensure that the correct
+ <literal>curses</literal> library is used.
+ </para>
+
+ </formalpara>
+ </listitem>
+
+ </itemizedlist>
+ </para>
+
+ </formalpara>
+
</section>
<section id="mysql-cluster-cge-building-options-quick">
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r6873 - trunk/refman-5.1 | jon | 20 Jun |