Author: mcbrown
Date: 2007-11-29 11:41:59 +0100 (Thu, 29 Nov 2007)
New Revision: 8969
Log:
Some wording and formatting changes
Adding the buildopts output
Added:
trunk/quick-guides/buildopts-core.xml
Modified:
trunk/quick-guides/Makefile.depends
trunk/quick-guides/mysqld-optvar-core.xml
trunk/quick-guides/mysqld-version-reference.xml
trunk/quick-guides/reservedwords-core.xml
Modified: trunk/quick-guides/Makefile.depends
===================================================================
--- trunk/quick-guides/Makefile.depends 2007-11-29 10:32:40 UTC (rev 8968)
+++ trunk/quick-guides/Makefile.depends 2007-11-29 10:41:59 UTC (rev 8969)
Changed blocks: 3, Lines Added: 35, Lines Deleted: 0; 2767 bytes
@@ -1,3 +1,35 @@
+buildopts_core_INCLUDES =
+buildopts_core_IMAGES =
+buildopts_core_SOURCES = buildopts-core.xml $(buildopts_core_INCLUDES)
+buildopts_core_IDMAPS =
+buildopts-core.validpure: $(buildopts_core_SOURCES)
+buildopts-core.titles: $(buildopts_core_SOURCES)
+buildopts-core.useless: $(buildopts_core_SOURCES)
+buildopts-core.valid: $(buildopts_core_SOURCES) $(buildopts_core_IDMAPS)
+buildopts-core.validwarn: $(buildopts_core_SOURCES) $(buildopts_core_IDMAPS)
+buildopts-core-prepped.xml: $(buildopts_core_SOURCES) $(buildopts_core_IDMAPS)
+buildopts-core-manprepped.xml: $(buildopts_core_SOURCES) $(buildopts_core_IDMAPS)
+buildopts-core-remprepped.xml: $(buildopts_core_SOURCES) $(buildopts_core_IDMAPS)
+
+dynxml_local_buildopts_INCLUDES = \
+ ../common/fixedchars.ent \
+ ../common/phrases.ent \
+ ../dynamic-docs/build-configure/mysqld.xml \
+ ../refman-common/urls.ent \
+ all-entities.ent \
+ buildopts-core.xml
+dynxml_local_buildopts_IMAGES =
+dynxml_local_buildopts_SOURCES = dynxml-local-buildopts.xml $(dynxml_local_buildopts_INCLUDES)
+dynxml_local_buildopts_IDMAPS =
+dynxml-local-buildopts.validpure: $(dynxml_local_buildopts_SOURCES)
+dynxml-local-buildopts.titles: $(dynxml_local_buildopts_SOURCES)
+dynxml-local-buildopts.useless: $(dynxml_local_buildopts_SOURCES)
+dynxml-local-buildopts.valid: $(dynxml_local_buildopts_SOURCES) $(dynxml_local_buildopts_IDMAPS)
+dynxml-local-buildopts.validwarn: $(dynxml_local_buildopts_SOURCES) $(dynxml_local_buildopts_IDMAPS)
+dynxml-local-buildopts-prepped.xml: $(dynxml_local_buildopts_SOURCES) $(dynxml_local_buildopts_IDMAPS)
+dynxml-local-buildopts-manprepped.xml: $(dynxml_local_buildopts_SOURCES) $(dynxml_local_buildopts_IDMAPS)
+dynxml-local-buildopts-remprepped.xml: $(dynxml_local_buildopts_SOURCES) $(dynxml_local_buildopts_IDMAPS)
+dynxml-local-buildopts.xml: $(dynxml_local_buildopts_INCLUDES)
dynxml_local_mysqld_optvar_INCLUDES = \
../common/fixedchars.ent \
../common/phrases.ent \
@@ -108,6 +140,7 @@
mysqld_version_reference_INCLUDES = \
../common/fixedchars.ent \
../common/phrases.ent \
+ ../dynamic-docs/build-configure/mysqld.xml \
../dynamic-docs/command-optvars/mysqld.xml \
../dynamic-docs/opsfunctions/opfunctions.xml \
../dynamic-docs/reserved-words/mysql-5.1.11-beta \
@@ -131,6 +164,8 @@
../dynamic-docs/reserved-words/mysql-6.0.2-alpha \
../refman-common/urls.ent \
all-entities.ent \
+ buildopts-core.xml \
+ dynxml-local-buildopts.xml \
dynxml-local-mysqld-optvar.xml \
dynxml-local-opfuncs.xml \
dynxml-local-reservedwords.xml \
Added: trunk/quick-guides/buildopts-core.xml
===================================================================
--- trunk/quick-guides/buildopts-core.xml (rev 0)
+++ trunk/quick-guides/buildopts-core.xml 2007-11-29 10:41:59 UTC (rev 8969)
Changed blocks: 1, Lines Added: 82, Lines Deleted: 0; 2305 bytes
@@ -0,0 +1,82 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
+"http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
+[
+ <!ENTITY % all.entities SYSTEM "all-entities.ent">
+ %all.entities;
+]>
+<chapter id="buildopts">
+
+ <title>Build (<literal>configure</literal>) Options</title>
+
+ <remark role="dynamic-dependency-list"/>
+
+ <para>
+ The following table details all of the <literal>configure</literal>
+ options available when building the server from source. The table
+ includes the following columns:
+ </para>
+
+ <itemizedlist>
+
+ <listitem>
+ <para>
+ <emphasis role="bold">Formats</emphasis> — the command
+ line format for the configure option.
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ <emphasis role="bold">Description</emphasis> — a short
+ description of the option.
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ <emphasis role="bold">Default</emphasis> — the default
+ value.
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ <emphasis role="bold">Introduced</emphasis> — the versions
+ in which the option was introduced.
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ <emphasis role="bold">Removed</emphasis> — the versions in
+ which the option was removed.
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ <emphasis role="bold">5.0</emphasis> — the option was
+ available in the MySQL 5.0 release.
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ <emphasis role="bold">5.1</emphasis> — the option was
+ available in the MySQL 5.1 release.
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ <emphasis role="bold">6.0</emphasis> — the option was
+ available in the MySQL 6.0 release.
+ </para>
+ </listitem>
+
+ </itemizedlist>
+
+ <para condition="dynamic:buildopts:versionsummary" role="all:mysqld:all"/>
+
+</chapter>
Modified: trunk/quick-guides/mysqld-optvar-core.xml
===================================================================
--- trunk/quick-guides/mysqld-optvar-core.xml 2007-11-29 10:32:40 UTC (rev 8968)
+++ trunk/quick-guides/mysqld-optvar-core.xml 2007-11-29 10:41:59 UTC (rev 8969)
Changed blocks: 4, Lines Added: 14, Lines Deleted: 5; 2123 bytes
@@ -28,7 +28,7 @@
<listitem>
<para>
- <emphasis role="bold">In.</emphasis> — the version in
+ <emphasis role="bold">In</emphasis> — the version in
which the option or variable was introduced in
<literal>mysqld</literal>
</para>
@@ -36,7 +36,7 @@
<listitem>
<para>
- <emphasis role="bold">Dep.</emphasis> — the version of
+ <emphasis role="bold">Dep</emphasis> — the version of
<literal>mysqld</literal> in which the option or variable was
deprecated.
</para>
@@ -65,21 +65,21 @@
<listitem>
<para>
- <emphasis role="bold">Stat.</emphasis> — indicates whether
+ <emphasis role="bold">Stat</emphasis> — indicates whether
the variable is a status variable.
</para>
</listitem>
<listitem>
<para>
- <emphasis role="bold">Scp.</emphasis> — indicates the
+ <emphasis role="bold">Scp</emphasis> — indicates the
scope of the variable (session-specific, global, or both).
</para>
</listitem>
<listitem>
<para>
- <emphasis role="bold">Dyn.</emphasis> — indicates whether
+ <emphasis role="bold">Dyn</emphasis> — indicates whether
the variable is dynamically settable while the server is
running.
</para>
@@ -112,6 +112,15 @@
</para>
</listitem>
+ <listitem>
+ <para>
+ <emphasis role="bold">6.0</emphasis> — indicates if the
+ option/variable is available in the MySQL 6.0 series. If more
+ information is available in the main reference manual, the
+ indication will be a link to the correct part of the manual.
+ </para>
+ </listitem>
+
</itemizedlist>
<para condition="dynamic:optvar:versionsummary" role="all:mysqld:all"/>
Modified: trunk/quick-guides/mysqld-version-reference.xml
===================================================================
--- trunk/quick-guides/mysqld-version-reference.xml 2007-11-29 10:32:40 UTC (rev 8968)
+++ trunk/quick-guides/mysqld-version-reference.xml 2007-11-29 10:41:59 UTC (rev 8969)
Changed blocks: 2, Lines Added: 4, Lines Deleted: 1; 727 bytes
@@ -7,7 +7,7 @@
]>
<book id="proto-doc" lang="en">
- <title>MySQL <literal>mysqld</literal> Option/Variable Reference</title>
+ <title>MySQL <literal>mysqld</literal> Version Reference</title>
<bookinfo>
@@ -47,4 +47,7 @@
<xi:include href="dynxml-local-opfuncs.xml"
xmlns:xi="http://www.w3.org/2001/XInclude"/>
+ <xi:include href="dynxml-local-buildopts.xml"
+ xmlns:xi="http://www.w3.org/2001/XInclude"/>
+
</book>
Modified: trunk/quick-guides/reservedwords-core.xml
===================================================================
--- trunk/quick-guides/reservedwords-core.xml 2007-11-29 10:32:40 UTC (rev 8968)
+++ trunk/quick-guides/reservedwords-core.xml 2007-11-29 10:41:59 UTC (rev 8969)
Changed blocks: 1, Lines Added: 0, Lines Deleted: 4; 595 bytes
@@ -25,10 +25,6 @@
<para condition="dynamic:reservedwords:detailed" role="5.1"/>
- <para condition="dynamic:reservedwords:singleversion" role="5.1.22"/>
-
- <para condition="dynamic:reservedwords:singleversion" role="6.0"/>
-
<para condition="dynamic:reservedwords:newwords" role="5.1:5.0"/>
</section>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r8969 - trunk/quick-guides | mcbrown | 29 Nov |