List:Commits« Previous MessageNext Message »
From:jon Date:June 12 2008 11:38am
Subject:svn commit - mysqldoc@docsrva: r10937 - trunk/dynamic-docs/changelog
View as plain text  
Author: jstephens
Date: 2008-06-12 13:38:47 +0200 (Thu, 12 Jun 2008)
New Revision: 10937

Log:

Tweaked a changelog entry



Modified:
   trunk/dynamic-docs/changelog/mysqld.xml


Modified: trunk/dynamic-docs/changelog/mysqld.xml
===================================================================
--- trunk/dynamic-docs/changelog/mysqld.xml	2008-06-12 09:43:29 UTC (rev 10936)
+++ trunk/dynamic-docs/changelog/mysqld.xml	2008-06-12 11:38:47 UTC (rev 10937)
Changed blocks: 2, Lines Added: 5, Lines Deleted: 10; 1299 bytes

@@ -38,9 +38,9 @@
     <message>
 
       <para>
-        Replication of the following now switches to row-based logging
-        in <literal>MIXED</literal> mode, and generates a warning in
-        <literal>STATEMENT</literal> mode:
+        Replication of the following SQL functions now switches to
+        row-based logging in <literal>MIXED</literal> mode, and
+        generates a warning in <literal>STATEMENT</literal> mode:
         <itemizedlist>
 
           <listitem>

@@ -51,18 +51,13 @@
 
           <listitem>
             <para>
-              <function role="sql">CURRENT_USER()</function>
+              <function role="sql">CURRENT_USER()</function> and its
+              alias <literal>CURRENT_USER</literal>
             </para>
           </listitem>
 
           <listitem>
             <para>
-              <literal>CURRENT_USER</literal>
-            </para>
-          </listitem>
-
-          <listitem>
-            <para>
               <function role="sql">FOUND_ROWS()</function>
             </para>
           </listitem>


Thread
svn commit - mysqldoc@docsrva: r10937 - trunk/dynamic-docs/changelogjon12 Jun