List:Commits« Previous MessageNext Message »
From:plavin Date:January 9 2008 4:40pm
Subject:svn commit - mysqldoc@docsrva: r9532 - in trunk/dynamic-docs: command-optvars open-bugs
View as plain text  
Author: plavin
Date: 2008-01-09 17:40:57 +0100 (Wed, 09 Jan 2008)
New Revision: 9532

Log:
Fix for bug#33622 - sql_* cannot be set from a config file or from the command line


Modified:
   trunk/dynamic-docs/command-optvars/mysqld.xml
   trunk/dynamic-docs/open-bugs/mysqld-versions.xml


Modified: trunk/dynamic-docs/command-optvars/mysqld.xml
===================================================================
--- trunk/dynamic-docs/command-optvars/mysqld.xml	2008-01-09 16:25:45 UTC (rev 9531)
+++ trunk/dynamic-docs/command-optvars/mysqld.xml	2008-01-09 16:40:57 UTC (rev 9532)
Changed blocks: 2, Lines Added: 1, Lines Deleted: 5; 847 bytes

@@ -16778,9 +16778,7 @@
     </shortdescription>
 
     <types>
-      <optype class="cmdline" format="--sql_notes"/>
-      <optype class="mycnf"/>
-      <vartype class="system" isdynamic="yes" scope="session"/>
+        <vartype class="system" isdynamic="yes" scope="session"/>
     </types>
 
     <values vartype="boolean" platform="all">

@@ -16930,8 +16928,6 @@
     </shortdescription>
 
     <types>
-      <optype class="cmdline" format="--sql_warnings"/>
-      <optype class="mycnf"/>
       <vartype class="system" isdynamic="yes" scope="session"/>
     </types>
 


Modified: trunk/dynamic-docs/open-bugs/mysqld-versions.xml
===================================================================
--- trunk/dynamic-docs/open-bugs/mysqld-versions.xml	2008-01-09 16:25:45 UTC (rev 9531)
+++ trunk/dynamic-docs/open-bugs/mysqld-versions.xml	2008-01-09 16:40:57 UTC (rev 9532)
Changed blocks: 1, Lines Added: 1, Lines Deleted: 1; 467 bytes

@@ -4,6 +4,6 @@
 
   <productname title="release"/>
 
-  <versionentry ver="5.1" reldate="Not used"/>
+  <versionentry ver="5.1" reldate="September 10 2007"/>
 
 </versionlog>


Thread
svn commit - mysqldoc@docsrva: r9532 - in trunk/dynamic-docs: command-optvars open-bugsplavin9 Jan