List:Commits« Previous MessageNext Message »
From:martin.brown Date:October 1 2008 6:35pm
Subject:svn commit - mysqldoc@docsrva: r11935 - in trunk: dynamic-docs/changelog dynamic-docs/command-optvars refman-6.0
View as plain text  
Author: mcbrown
Date: 2008-10-01 18:35:07 +0200 (Wed, 01 Oct 2008)
New Revision: 11935

Log:
Dev Bug #33041



Modified:
   trunk/dynamic-docs/changelog/mysqld-1.xml
   trunk/dynamic-docs/command-optvars/mysqld.xml
   trunk/refman-6.0/se-falcon-core.xml


Modified: trunk/dynamic-docs/changelog/mysqld-1.xml
===================================================================
--- trunk/dynamic-docs/changelog/mysqld-1.xml	2008-10-01 16:26:06 UTC (rev 11934)
+++ trunk/dynamic-docs/changelog/mysqld-1.xml	2008-10-01 16:35:07 UTC (rev 11935)
Changed blocks: 1, Lines Added: 29, Lines Deleted: 0; 1055 bytes

@@ -10,6 +10,35 @@
 
     <tags>
       <manual type="Falcon"/>
+      <manual type="falcon_consistent_read"/>
+    </tags>
+
+    <bugs>
+      <fixes bugid="33041"/>
+    </bugs>
+
+    <versions>
+      <version ver="6.0.5"/>
+    </versions>
+
+    <message>
+
+      <para>
+        It was not possible to set the value of
+        <literal>falcon_consistent_read</literal> within the local
+        scope. You can now set the global value, using <literal>SET
+        GLOBAL</literal>, but this affects only thecurrentlocal scope
+        andall newconnections made after the global variable was set.
+      </para>
+
+    </message>
+
+  </logentry>
+
+  <logentry entrytype="bug">
+
+    <tags>
+      <manual type="Falcon"/>
       <manual type="SPARC"/>
       <manual type="compiling"/>
     </tags>


Modified: trunk/dynamic-docs/command-optvars/mysqld.xml
===================================================================
--- trunk/dynamic-docs/command-optvars/mysqld.xml	2008-10-01 16:26:06 UTC (rev 11934)
+++ trunk/dynamic-docs/command-optvars/mysqld.xml	2008-10-01 16:35:07 UTC (rev 11935)
Changed blocks: 1, Lines Added: 1, Lines Deleted: 1; 637 bytes

@@ -21818,7 +21818,7 @@
     <types>
       <optype class="mycnf" format="falcon-consistent-read"/>
       <optype class="cmdline" format="falcon-consistent-read"/>
-      <vartype class="system" scope="global" isdynamic="yes"/>
+      <vartype class="system" scope="both" isdynamic="yes"/>
     </types>
 
     <values vartype="boolean" platform="all">


Modified: trunk/refman-6.0/se-falcon-core.xml
===================================================================
--- trunk/refman-6.0/se-falcon-core.xml	2008-10-01 16:26:06 UTC (rev 11934)
+++ trunk/refman-6.0/se-falcon-core.xml	2008-10-01 16:35:07 UTC (rev 11935)
Changed blocks: 1, Lines Added: 8, Lines Deleted: 0; 692 bytes

@@ -294,6 +294,14 @@
         </note>
 
         <para>
+          The <literal>falcon_consistent_read</literal> variable has
+          only local scope. You can set the global value, using
+          <literal>SET GLOBAL</literal>, but this affects only the
+          current local scope and all new connections made after the
+          global variable was set.
+        </para>
+
+        <para>
           Default is On.
         </para>
 


Thread
svn commit - mysqldoc@docsrva: r11935 - in trunk: dynamic-docs/changelog dynamic-docs/command-optvars refman-6.0martin.brown1 Oct