Author: paul
Date: 2007-12-04 04:05:20 +0100 (Tue, 04 Dec 2007)
New Revision: 9086
Log:
r27714@frost: paul | 2007-12-03 21:05:12 -0600
Fix tag.
Modified:
trunk/refman-5.1/replication-notes.xml
Property changes on: trunk
___________________________________________________________________
Name: svk:merge
- 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:33765
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:27711
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:22582
+ 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:33765
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:27714
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:22582
Modified: trunk/refman-5.1/replication-notes.xml
===================================================================
--- trunk/refman-5.1/replication-notes.xml 2007-12-04 03:00:07 UTC (rev 9085)
+++ trunk/refman-5.1/replication-notes.xml 2007-12-04 03:05:20 UTC (rev 9086)
Changed blocks: 2, Lines Added: 8, Lines Deleted: 6; 1733 bytes
@@ -795,7 +795,8 @@
<function role="sql">LOAD_FILE()</function> functions are
replicated without change and thus do not work reliably on
the slave unless row-based replication is enabled. This is
- also true for <function role="sql" condition="function_current-user">CURRENT_USER</function>.
+ also true for
+ <function role="sql" condition="function_current-user">CURRENT_USER</function>.
(See <xref linkend="replication-formats"/>.)
</para>
@@ -812,12 +813,13 @@
</para>
<para>
- Beginning with MySQL 5.1.23, <function role="sql">USER()</function>,
+ Beginning with MySQL 5.1.23,
+ <function role="sql">USER()</function>,
<function role="sql">CURRENT_USER()</function>, and
- <function role="sql" condition="function_current-user">CURRENT_USER</literal> are automatically replicated
- using row-based replication when using
- <literal>MIXED</literal> mode, and generate a warning in
- <literal>STATEMENT</literal> mode. (Bug #28086)
+ <function role="sql" condition="function_current-user">CURRENT_USER</function>
+ are automatically replicated using row-based replication
+ when using <literal>MIXED</literal> mode, and generate a
+ warning in <literal>STATEMENT</literal> mode. (Bug #28086)
</para>
</listitem>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r9086 - in trunk: . refman-5.1 | paul | 4 Dec |