Author: jstephens
Date: 2007-06-19 19:24:01 +0200 (Tue, 19 Jun 2007)
New Revision: 6866
Log:
Fixes to build script quick reference table
(extra markup, switch long- and short-form columns, alphabetise)
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-19 16:06:29 UTC (rev 6865)
+++ trunk/refman-5.1/mysql-cluster-cge-building-tmp.xml 2007-06-19 17:24:01 UTC (rev 6866)
Changed blocks: 1, Lines Added: 65, Lines Deleted: 60; 9835 bytes
@@ -32,147 +32,152 @@
<colspec colwidth="60*"/>
<thead>
<row>
+ <entry>Long Form</entry>
<entry>Short Form</entry>
- <entry>Long Form</entry>
<entry>Description</entry>
</row>
</thead>
<tbody>
<row>
- <entry><option>-h</option></entry>
- <entry><option>--help</option></entry>
- <entry>Show this help message.</entry>
+ <entry><option>--commercial</option></entry>
+ <entry>[none]</entry>
+ <entry>Use commercial libraries</entry>
</row>
<row>
+ <entry><option>--compiler=[gcc|icc|forte]</option></entry>
<entry>[none]</entry>
- <entry><option>--with-help</option></entry>
- <entry>Show extensive help on --with-xxx options to configure</entry>
+ <entry>Select compiler</entry>
</row>
<row>
<entry>[none]</entry>
- <entry><option>--extensive-help</option></entry>
- <entry>Show extensive help message</entry>
+ <entry><option>--datadir=<replaceable>path</replaceable></option></entry>
+ <entry>Build with data directory set to non-standard
+ <replaceable>path</replaceable></entry>
</row>
<row>
+ <entry><option>--debug</option></entry>
<entry>[none]</entry>
- <entry><option>--with-debug</option></entry>
- <entry>Build debug version</entry>
+ <entry>Build normal version but add debug information to binary</entry>
</row>
<row>
+ <entry><option>--developer</option></entry>
<entry>[none]</entry>
- <entry><option>--with-debug=full</option></entry>
- <entry>Build with full debug</entry>
+ <entry>Use extensions that most developers of MySQL use</entry>
</row>
<row>
- <entry><option>-c</option></entry>
- <entry><option>--just-configure</option></entry>
- <entry>Stop after running configure.</entry>
+ <entry><option>--enable-shared</option></entry>
+ <entry>[none]</entry>
+ <entry>Use <literal>enable-shared</literal> flag in
+ <command>configure</command></entry>
</row>
<row>
+ <entry><option>--error-inject</option></entry>
<entry>[none]</entry>
- <entry><option>--just-print</option></entry>
- <entry>Print commands that the script will execute, don't execute</entry>
+ <entry>Enable error injection into MySQL Server and data nodes</entry>
</row>
<row>
+ <entry><option>--extended-help</option></entry>
<entry>[none]</entry>
- <entry><option>--prefix=<replaceable>path</replaceable></option></entry>
- <entry>Build with prefix 'path'.</entry>
+ <entry>Show extended help message</entry>
</row>
<row>
+ <entry><option>--fast</option></entry>
<entry>[none]</entry>
- <entry><option>--datadir=<replaceable>path</replaceable></option></entry>
- <entry>Build with data directory set to non-standard path</entry>
+ <entry>Optimise for current CPU architecture</entry>
</row>
<row>
- <entry>[none]</entry>
- <entry><option>--debug</option></entry>
- <entry>Build normal version but add debug information to binary</entry>
+ <entry><option>--help</option></entry>
+ <entry><option>-h</option></entry>
+ <entry>Show help message containing information similar to what is in this
+ table.</entry>
</row>
<row>
- <entry>[none]</entry>
- <entry><option>--developer</option></entry>
- <entry>Use extensions that most developers of MySQL use</entry>
+ <entry><option>--just-configure</option></entry>
+ <entry><option>-c</option></entry>
+ <entry>Stop after running configure.</entry>
</row>
<row>
+ <entry><option>--just-print</option></entry>
<entry>[none]</entry>
- <entry><option>--commercial</option></entry>
- <entry>Use commercial libraries</entry>
+ <entry>Print commands that the script will execute, but do not execute</entry>
</row>
<row>
+ <entry><option>--gpl</option></entry>
<entry>[none]</entry>
- <entry><option>--gpl</option></entry>
- <entry>Use gpl libraries</entry>
+ <entry>Use GPL libraries</entry>
</row>
<row>
+ <entry><option>--m32</option></entry>
<entry>[none]</entry>
- <entry><option>--no-zlib-bundled</option></entry>
- <entry>Don't use the zlib version bundled in MySQL</entry>
+ <entry>Build a 32-bit binary even if the CPU is 64-bit</entry>
</row>
<row>
+ <entry><option>--no-zlib-bundled</option></entry>
<entry>[none]</entry>
- <entry><option>--compiler=[gcc|icc|forte]</option></entry>
- <entry>Select compiler</entry>
+ <entry>Do not use the zlib version bundled in MySQL</entry>
</row>
<row>
+ <entry><option>--package=[ndb|max|pro|classic]</option></entry>
<entry>[none]</entry>
- <entry><option>--warning-mode=[extra|pedantic|normal|no]</option></entry>
- <entry>Set warning mode level</entry>
+ <entry>Select package to build</entry>
</row>
<row>
+ <entry><option>--parallelism=<replaceable>number</replaceable></option></entry>
<entry>[none]</entry>
- <entry><option>--warnings</option></entry>
- <entry>Set warning mode to normal</entry>
+ <entry>Define parallelism in <command>make</command></entry>
</row>
<row>
+ <entry><option>--prefix=<replaceable>path</replaceable></option></entry>
<entry>[none]</entry>
- <entry><option>--m32</option></entry>
- <entry>Build a 32-bit binary even if the CPU is 64-bit</entry>
+ <entry>Build with prefix <replaceable>path</replaceable></entry>
</row>
<row>
+ <entry><option>--static-linking</option></entry>
<entry>[none]</entry>
- <entry><option>--package=[ndb|max|pro|classic]</option></entry>
- <entry>Select package to build</entry>
+ <entry>Statically link system libraries into binaries</entry>
</row>
<row>
+ <entry><option>--strip</option></entry>
<entry>[none]</entry>
- <entry><option>--parallelism=<replaceable>number</replaceable></option></entry>
- <entry>Define parallelism in make</entry>
+ <entry>Strip binaries</entry>
</row>
<row>
+ <entry><option>--valgrind</option></entry>
<entry>[none]</entry>
- <entry><option>--strip</option></entry>
- <entry>Strip binaries</entry>
+ <entry>Build with <command>valgrind</command></entry>
</row>
<row>
+ <entry><option>--warning-mode=[extra|pedantic|normal|no]</option></entry>
<entry>[none]</entry>
- <entry><option>--error-inject</option></entry>
- <entry>Enable error injection into MySQL Server and data nodes</entry>
+ <entry>Set warning mode level</entry>
</row>
<row>
+ <entry><option>--warnings</option></entry>
<entry>[none]</entry>
- <entry><option>--valgrind</option></entry>
- <entry>Build with valgrind</entry>
+ <entry>Set warning mode to normal</entry>
</row>
<row>
+ <entry><option>--with-debug</option></entry>
<entry>[none]</entry>
- <entry><option>--fast</option></entry>
- <entry>Optimise for CPU architecture one builds on</entry>
+ <entry>Build debug version</entry>
</row>
<row>
+ <entry><option>--with-debug=full</option></entry>
<entry>[none]</entry>
- <entry><option>--enable-shared</option></entry>
- <entry>Use enable-shared flag in configure script</entry>
+ <entry>Build with full debug</entry>
</row>
<row>
+ <entry><option>--with-flags <replaceable>options</replaceable></option></entry>
<entry>[none]</entry>
- <entry><option>--static-linking</option></entry>
- <entry>Statically link also system libraries into binaries</entry>
+ <entry>Pass extra <option>--with-<replaceable>xxx</replaceable></option> to
+ <command>configure</command></entry>
</row>
<row>
+ <entry><option>--with-help</option></entry>
<entry>[none]</entry>
- <entry><option>--with-flags <replaceable>options</replaceable></option></entry>
- <entry>Extra <option>--with-<replaceable>xxx</replaceable></option> options
- passed to configure script</entry>
+ <entry>Show extended help on
+ <option>--with-<replaceable>xxx</replaceable></option>
+ options for <command>configure</command></entry>
</row>
</tbody>
</tgroup>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r6866 - trunk/refman-5.1 | jon | 19 Jun |