Author: mcbrown
Date: 2006-09-21 17:17:48 +0200 (Thu, 21 Sep 2006)
New Revision: 3413
Log:
Fixing the Note error in the DBA admin chapter
Fixing some widths.
Modified:
trunk/refman-5.0/database-administration.xml
trunk/refman-5.1/apis-libmysqld.xml
trunk/refman-5.1/database-administration.xml
Modified: trunk/refman-5.0/database-administration.xml
===================================================================
--- trunk/refman-5.0/database-administration.xml 2006-09-21 15:11:36 UTC (rev 3412)
+++ trunk/refman-5.0/database-administration.xml 2006-09-21 15:17:48 UTC (rev 3413)
Changed blocks: 3, Lines Added: 30, Lines Deleted: 19; 3316 bytes
@@ -380,11 +380,21 @@
<refsection id="mysqld-option-tables">
- <title><command>mysqld</command> Option/Variable Reference</title>
+ <title><command>mysqld</command> Option/Variable Reference</title>
- <note>The following table provides a list of all the command line options, server and status variables applicable within <literal>mysqld</literal>. This table is part of an ongoing process to expand and simplify the information provided on these elements. Further improvements to the table, and corresponding descriptions will be applied over the coming months. </note>
+ <note>
+ <para>
+ The following table provides a list of all the command line
+ options, server and status variables applicable within
+ <literal>mysqld</literal>. This table is part of an ongoing
+ process to expand and simplify the information provided on
+ these elements. Further improvements to the table, and
+ corresponding descriptions will be applied over the coming
+ months.
+ </para>
+ </note>
- <xi:include href="dba-optvars-table.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
+ <xi:include href="dba-optvars-table.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
</refsection>
@@ -590,21 +600,22 @@
</para>
</listitem>
- <listitem>
- <para id="optvar_big-tables">
- <option>big-tables</option>
- </para>
-
- <para>
- Allow large result sets by saving all temporary sets in files.
- This option prevents most <quote>table full</quote> errors,
- but also slows down queries for which in-memory tables would
- suffice. Since MySQL 3.23.2, the server is able to handle
- large result sets automatically by using memory for small
- temporary tables and switching to disk tables where necessary.
- </para>
- </listitem>
+ <listitem>
+ <para id="optvar_big-tables">
+ <option>big-tables</option>
+ </para>
+ <para>
+ Allow large result sets by saving all temporary sets in
+ files. This option prevents most <quote>table full</quote>
+ errors, but also slows down queries for which in-memory
+ tables would suffice. Since MySQL 3.23.2, the server is
+ able to handle large result sets automatically by using
+ memory for small temporary tables and switching to disk
+ tables where necessary.
+ </para>
+ </listitem>
+
<listitem>
<para id="optvar_bind-address">
<indexterm>
@@ -3398,8 +3409,8 @@
</listitem>
<listitem>
- <para id="optvar_auto-increment-offset">>
- <literal>auto_increment_offset</literal>
+ <para id="optvar_auto-increment-offset">
+ > <literal>auto_increment_offset</literal>
</para>
<para>
Modified: trunk/refman-5.1/apis-libmysqld.xml
===================================================================
--- trunk/refman-5.1/apis-libmysqld.xml 2006-09-21 15:11:36 UTC (rev 3412)
+++ trunk/refman-5.1/apis-libmysqld.xml 2006-09-21 15:17:48 UTC (rev 3413)
Changed blocks: 1, Lines Added: 4, Lines Deleted: 2; 767 bytes
@@ -300,10 +300,12 @@
MYSQL_RES *results;
MYSQL_ROW record;
-static char *server_options[] = { "mysql_test", "--defaults-file=my.cnf", NULL };
+static char *server_options[] = \
+ { "mysql_test", "--defaults-file=my.cnf", NULL };
int num_elements = sizeof(server_options)/ sizeof(char *);
-static char *server_groups[] = { "libmysqld_server", "libmysqld_client", NULL };
+static char *server_groups[] = { "libmysqld_server",
+ "libmysqld_client", NULL };
int main(void)
{
Modified: trunk/refman-5.1/database-administration.xml
===================================================================
--- trunk/refman-5.1/database-administration.xml 2006-09-21 15:11:36 UTC (rev 3412)
+++ trunk/refman-5.1/database-administration.xml 2006-09-21 15:17:48 UTC (rev 3413)
Changed blocks: 2, Lines Added: 28, Lines Deleted: 17; 2992 bytes
@@ -548,11 +548,21 @@
<refsection id="mysqld-option-tables">
- <title><command>mysqld</command> Option/Variable Reference</title>
+ <title><command>mysqld</command> Option/Variable Reference</title>
- <note>The following table provides a list of all the command line options, server and status variables applicable within <literal>mysqld</literal>. This table is part of an ongoing process to expand and simplify the information provided on these elements. Further improvements to the table, and corresponding descriptions will be applied over the coming months. </note>
+ <note>
+ <para>
+ The following table provides a list of all the command line
+ options, server and status variables applicable within
+ <literal>mysqld</literal>. This table is part of an ongoing
+ process to expand and simplify the information provided on
+ these elements. Further improvements to the table, and
+ corresponding descriptions will be applied over the coming
+ months.
+ </para>
+ </note>
- <xi:include href="dba-optvars-table.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
+ <xi:include href="dba-optvars-table.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
</refsection>
@@ -756,21 +766,22 @@
</para>
</listitem>
- <listitem>
- <para id="optvar_big-tables">
- <option>big-tables</option>
- </para>
-
- <para>
- Allow large result sets by saving all temporary sets in files.
- This option prevents most <quote>table full</quote> errors,
- but also slows down queries for which in-memory tables would
- suffice. Since MySQL 3.23.2, the server is able to handle
- large result sets automatically by using memory for small
- temporary tables and switching to disk tables where necessary.
- </para>
- </listitem>
+ <listitem>
+ <para id="optvar_big-tables">
+ <option>big-tables</option>
+ </para>
+ <para>
+ Allow large result sets by saving all temporary sets in
+ files. This option prevents most <quote>table full</quote>
+ errors, but also slows down queries for which in-memory
+ tables would suffice. Since MySQL 3.23.2, the server is
+ able to handle large result sets automatically by using
+ memory for small temporary tables and switching to disk
+ tables where necessary.
+ </para>
+ </listitem>
+
<listitem>
<para id="optvar_bind-address">
<indexterm>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r3413 - in trunk: refman-5.0 refman-5.1 | mcbrown | 21 Sep |