Author: paul
Date: 2006-01-17 23:31:51 +0100 (Tue, 17 Jan 2006)
New Revision: 881
Log:
r6322@frost: paul | 2006-01-17 16:31:25 -0600
You can't set variables to ON/OFF on the command line/in option files.
Modified:
trunk/
trunk/refman-4.1/database-administration.xml
trunk/refman-5.0/database-administration.xml
trunk/refman-5.1/database-administration.xml
Property changes on: trunk
___________________________________________________________________
Name: svk:merge
- b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:6317
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:2265
+ b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:6322
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:2265
Modified: trunk/refman-4.1/database-administration.xml
===================================================================
--- trunk/refman-4.1/database-administration.xml 2006-01-17 21:43:25 UTC (rev 880)
+++ trunk/refman-4.1/database-administration.xml 2006-01-17 22:31:51 UTC (rev 881)
@@ -4124,6 +4124,20 @@
<literal>SET</literal> statement.
</para>
+ <para>
+ Note: Several system variables can be enabled with the
+ <literal>SET</literal> statement by setting them to
+ <literal>ON</literal> or <literal>1</literal>. Similarly, they
+ can be disabled with <literal>SET</literal> by setting them to
+ <literal>OFF</literal> or <literal>0</literal>. To set such
+ variables on the command line or in option files, you must set
+ them to <literal>1</literal> or <literal>0</literal>; setting
+ them to <literal>ON</literal> or <literal>OFF</literal> will
+ not work. For example, on the command line,
+ <option>--delay_key_write=1</option> works but
+ <option>--delay_key_write=ON</option> does not.
+ </para>
+
<remark role="note">
The next few paragraphs also appear in system-variables. If
you make changes one place, change them both.
Modified: trunk/refman-5.0/database-administration.xml
===================================================================
--- trunk/refman-5.0/database-administration.xml 2006-01-17 21:43:25 UTC (rev 880)
+++ trunk/refman-5.0/database-administration.xml 2006-01-17 22:31:51 UTC (rev 881)
@@ -5262,6 +5262,20 @@
<literal>SET</literal> statement.
</para>
+ <para>
+ Note: Several system variables can be enabled with the
+ <literal>SET</literal> statement by setting them to
+ <literal>ON</literal> or <literal>1</literal>. Similarly, they
+ can be disabled with <literal>SET</literal> by setting them to
+ <literal>OFF</literal> or <literal>0</literal>. To set such
+ variables on the command line or in option files, you must set
+ them to <literal>1</literal> or <literal>0</literal>; setting
+ them to <literal>ON</literal> or <literal>OFF</literal> will
+ not work. For example, on the command line,
+ <option>--delay_key_write=1</option> works but
+ <option>--delay_key_write=ON</option> does not.
+ </para>
+
<remark role="note">
next few paragraphs also appear in @node System Variables.
</remark>
Modified: trunk/refman-5.1/database-administration.xml
===================================================================
--- trunk/refman-5.1/database-administration.xml 2006-01-17 21:43:25 UTC (rev 880)
+++ trunk/refman-5.1/database-administration.xml 2006-01-17 22:31:51 UTC (rev 881)
@@ -5216,6 +5216,20 @@
<literal>SET</literal> statement.
</para>
+ <para>
+ Note: Several system variables can be enabled with the
+ <literal>SET</literal> statement by setting them to
+ <literal>ON</literal> or <literal>1</literal>. Similarly, they
+ can be disabled with <literal>SET</literal> by setting them to
+ <literal>OFF</literal> or <literal>0</literal>. To set such
+ variables on the command line or in option files, you must set
+ them to <literal>1</literal> or <literal>0</literal>; setting
+ them to <literal>ON</literal> or <literal>OFF</literal> will
+ not work. For example, on the command line,
+ <option>--delay_key_write=1</option> works but
+ <option>--delay_key_write=ON</option> does not.
+ </para>
+
<remark role="note">
next few paragraphs also appear in @node System Variables.
</remark>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r881 - in trunk: . refman-4.1 refman-5.0 refman-5.1 | paul | 17 Jan |