List:Commits« Previous MessageNext Message »
From:stefan Date:March 1 2006 3:18pm
Subject:svn commit - mysqldoc@docsrva: r1471 - trunk/refman-5.1
View as plain text  
Author: shinz
Date: 2006-03-01 15:18:55 +0100 (Wed, 01 Mar 2006)
New Revision: 1471

Log:
You do NOT need the SUPER priv to set binlog_format per session (Lars)

Modified:
   trunk/refman-5.1/database-administration.xml
   trunk/refman-5.1/replication.xml

Modified: trunk/refman-5.1/database-administration.xml
===================================================================
--- trunk/refman-5.1/database-administration.xml	2006-03-01 13:03:18 UTC (rev 1470)
+++ trunk/refman-5.1/database-administration.xml	2006-03-01 14:18:55 UTC (rev 1471)
@@ -3709,7 +3709,7 @@
               is set by the <option>--binlog-format</option> option at
               startup, or by the <literal>binlog_format</literal>
               variable at runtime (you need the <literal>SUPER</literal>
-              privilege to set this variable). See
+              privilege to set this variable on a global scope). See
               <xref linkend="replication-row-based"/>. The startup
               variable was added in MySQL 5.1.5, and the runtime
               variable in MySQL 5.1.8. <literal>MIXED</literal> was

Modified: trunk/refman-5.1/replication.xml
===================================================================
--- trunk/refman-5.1/replication.xml	2006-03-01 13:03:18 UTC (rev 1470)
+++ trunk/refman-5.1/replication.xml	2006-03-01 14:18:55 UTC (rev 1471)
@@ -331,9 +331,7 @@
     <para>
       Individual clients can control the logging format for their own
       statements by setting the session value of
-      <literal>binlog_format</literal>. Note that you need the
-      <literal>SUPER</literal> privilege for setting the session
-      variable. For example:
+      <literal>binlog_format</literal>. For example:
     </para>
 
 <programlisting>

Thread
svn commit - mysqldoc@docsrva: r1471 - trunk/refman-5.1stefan1 Mar