Author: plavin
Date: 2007-04-25 20:02:32 +0200 (Wed, 25 Apr 2007)
New Revision: 6193
Log:
Add/correct optvar ids
Modified:
trunk/refman-5.1/dba-core.xml
Modified: trunk/refman-5.1/dba-core.xml
===================================================================
--- trunk/refman-5.1/dba-core.xml 2007-04-25 18:00:29 UTC (rev 6192)
+++ trunk/refman-5.1/dba-core.xml 2007-04-25 18:02:32 UTC (rev 6193)
Changed blocks: 8, Lines Added: 23, Lines Deleted: 20; 4409 bytes
@@ -9,7 +9,7 @@
<title>Database Administration</title>
- <remark role="dynamic-dependency-list"/>
+<remark role="dynamic-dependency-list"/>
<para>
This chapter covers topics that deal with administering a MySQL
@@ -1264,7 +1264,8 @@
</para>
<para>
- Enable support for named pipes. This option can be used
+ Enable support for named pipes. This option applies only
+ on Windows NT, 2000, XP, and 2003 systems, and can be used
only with the <command>mysqld-nt</command> and
<literal>mysqld-debug</literal> servers that support
named-pipe connections.
@@ -2776,7 +2777,8 @@
</para>
<para>
- Instructs the MySQL server not to run as a service.
+ Available on Windows NT-based systems only; instructs the
+ MySQL server not to run as a service.
</para>
</listitem>
@@ -4421,8 +4423,8 @@
If this is set to a non-zero value, all tables are closed
every <literal>flush_time</literal> seconds to free up
resources and synchronize unflushed data to disk. We
- recommend that this option be used only on systems with
- minimal resources.
+ recommend that this option be used only on Windows 9x or
+ Me, or on systems with minimal resources.
</para>
</listitem>
@@ -9679,7 +9681,7 @@
</listitem>
<listitem>
- <para id="optvar_Innodb_biffer_pool_read_ahead_seq">
+ <para id="optvar_Innodb_buffer_pool_read_ahead_seq">
<literal>Innodb_buffer_pool_read_ahead_seq</literal>
</para>
@@ -29820,14 +29822,15 @@
<para>
You can run multiple servers on Windows by starting them
manually from the command line, each with appropriate operating
- parameters. You also have the option of installing several
- servers as Windows services and running them that way. General
- instructions for running MySQL servers from the command line or
- as services are given in <xref linkend="windows-installation"/>.
- This section describes how to make sure that you start each
- server with different values for those startup options that must
- be unique per server, such as the data directory. These options
- are described in <xref linkend="multiple-servers"/>.
+ parameters. On Windows NT-based systems, you also have the
+ option of installing several servers as Windows services and
+ running them that way. General instructions for running MySQL
+ servers from the command line or as services are given in
+ <xref linkend="windows-installation"/>. This section describes
+ how to make sure that you start each server with different
+ values for those startup options that must be unique per server,
+ such as the data directory. These options are described in
+ <xref linkend="multiple-servers"/>.
</para>
<section id="multiple-windows-command-line-servers">
@@ -29885,9 +29888,9 @@
</programlisting>
<para>
- Each server starts in the foreground (no new prompt appears
- until the server exits later), so you will need to issue those
- two commands in separate console windows.
+ On NT, each server starts in the foreground (no new prompt
+ appears until the server exits later), so you will need to
+ issue those two commands in separate console windows.
</para>
<para>
@@ -29948,9 +29951,9 @@
<title>Starting Multiple Windows Servers as Services</title>
<para>
- A MySQL server can run as a Windows service. The procedures
- for installing, controlling, and removing a single MySQL
- service are described in
+ On NT-based systems, a MySQL server can run as a Windows
+ service. The procedures for installing, controlling, and
+ removing a single MySQL service are described in
<xref linkend="windows-start-service"/>.
</para>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r6193 - trunk/refman-5.1 | plavin | 25 Apr |