Author: paul
Date: 2006-10-04 17:08:26 +0200 (Wed, 04 Oct 2006)
New Revision: 3539
Log:
r10115@frost: paul | 2006-10-04 10:08:13 -0500
Update description of --read-only/read_only per additional information from
Trudy.
Modified:
trunk/refman-5.0/database-administration.xml
trunk/refman-5.0/replication.xml
trunk/refman-5.1/database-administration.xml
trunk/refman-5.1/replication.xml
Property changes on: trunk
___________________________________________________________________
Name: svk:merge
- 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:14161
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:10111
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:10466
+ 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:14161
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:10115
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:10466
Modified: trunk/refman-5.0/database-administration.xml
===================================================================
--- trunk/refman-5.0/database-administration.xml 2006-10-04 02:55:47 UTC (rev 3538)
+++ trunk/refman-5.0/database-administration.xml 2006-10-04 15:08:26 UTC (rev 3539)
Changed blocks: 2, Lines Added: 8, Lines Deleted: 2; 1451 bytes
@@ -380,7 +380,7 @@
<emphasis role="bold">Note</emphasis>: Not all storage engines
are supported by all MySQL server binaries and configurations.
To find out how to determine which storage engines are
- supported by your MySQL server installation, see
+ supported by your MySQL server installation, see
<xref linkend="show-engines"/>.
</para>
@@ -6089,7 +6089,13 @@
to ensure that a slave server accepts updates only from
its master server and not from clients. As of MySQL
5.0.16, this variable does not apply to
- <literal>TEMPORARY</literal> tables.
+ <literal>TEMPORARY</literal> tables. That is, DDL
+ statements for temporary tables are allowed for
+ replication slave threads or users with the
+ <literal>SUPER</literal> privilege, effective with MySQL
+ 5.0.16. Ordinary, non-<literal>root</literal> users may
+ still not do any writes, even to temporary tables, when
+ <literal>read_only</literal> is enabled.
</para>
</listitem>
Modified: trunk/refman-5.0/replication.xml
===================================================================
--- trunk/refman-5.0/replication.xml 2006-10-04 02:55:47 UTC (rev 3538)
+++ trunk/refman-5.0/replication.xml 2006-10-04 15:08:26 UTC (rev 3539)
Changed blocks: 1, Lines Added: 7, Lines Deleted: 1; 1007 bytes
@@ -2868,7 +2868,13 @@
or from users having the <literal>SUPER</literal> privilege.
This enables you to ensure that a slave server accepts no
updates from clients. As of MySQL 5.0.16, this option does not
- apply to <literal>TEMPORARY</literal> tables.
+ apply to <literal>TEMPORARY</literal> tables. That is, DDL
+ statements for temporary tables are allowed for replication
+ slave threads or users with the <literal>SUPER</literal>
+ privilege, effective with MySQL 5.0.16. Ordinary,
+ non-<literal>root</literal> users may still not do any writes,
+ even to temporary tables, when <literal>read_only</literal> is
+ enabled.
</para>
</listitem>
Modified: trunk/refman-5.1/database-administration.xml
===================================================================
--- trunk/refman-5.1/database-administration.xml 2006-10-04 02:55:47 UTC (rev 3538)
+++ trunk/refman-5.1/database-administration.xml 2006-10-04 15:08:26 UTC (rev 3539)
Changed blocks: 1, Lines Added: 7, Lines Deleted: 1; 1095 bytes
@@ -6103,7 +6103,13 @@
the <literal>SUPER</literal> privilege. This can be useful
to ensure that a slave server accepts updates only from
its master server and not from clients. This variable does
- not apply to <literal>TEMPORARY</literal> tables.
+ not apply to <literal>TEMPORARY</literal> tables. That is,
+ DDL statements for temporary tables are allowed for
+ replication slave threads or users with the
+ <literal>SUPER</literal> privilege, effective with MySQL
+ 5.0.16. Ordinary, non-<literal>root</literal> users may
+ still not do any writes, even to temporary tables, when
+ <literal>read_only</literal> is enabled.
</para>
</listitem>
Modified: trunk/refman-5.1/replication.xml
===================================================================
--- trunk/refman-5.1/replication.xml 2006-10-04 02:55:47 UTC (rev 3538)
+++ trunk/refman-5.1/replication.xml 2006-10-04 15:08:26 UTC (rev 3539)
Changed blocks: 1, Lines Added: 7, Lines Deleted: 1; 978 bytes
@@ -3082,7 +3082,13 @@
or from users having the <literal>SUPER</literal> privilege.
This enables you to ensure that a slave server accepts no
updates from clients. This option does not apply to
- <literal>TEMPORARY</literal> tables.
+ <literal>TEMPORARY</literal> tables. That is, DDL statements
+ for temporary tables are allowed for replication slave threads
+ or users with the <literal>SUPER</literal> privilege,
+ effective with MySQL 5.0.16. Ordinary,
+ non-<literal>root</literal> users may still not do any writes,
+ even to temporary tables, when <literal>read_only</literal> is
+ enabled.
</para>
</listitem>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r3539 - in trunk: . refman-5.0 refman-5.1 | paul | 4 Oct |