List:Commits« Previous MessageNext Message »
From:plavin Date:February 7 2007 5:26pm
Subject:svn commit - mysqldoc@docsrva: r4844 - trunk/dynamic-docs/mysqld-optvar
View as plain text  
Author: plavin
Date: 2007-02-07 18:26:03 +0100 (Wed, 07 Feb 2007)
New Revision: 4844

Log:
Add new optvars, use hyphens instead of underscores after 'optvar_'

Modified:
   trunk/dynamic-docs/mysqld-optvar/options.xml


Modified: trunk/dynamic-docs/mysqld-optvar/options.xml
===================================================================
--- trunk/dynamic-docs/mysqld-optvar/options.xml	2007-02-07 16:43:10 UTC (rev 4843)
+++ trunk/dynamic-docs/mysqld-optvar/options.xml	2007-02-07 17:26:03 UTC (rev 4844)
Changed blocks: 4, Lines Added: 66, Lines Deleted: 7; 3758 bytes

@@ -12090,7 +12090,7 @@
         <vartype isdynamic="no" class="status" scope="both" inversion="5.0.32"/>
         <vartype isdynamic="no" class="status" scope="both" inversion="5.1.14"/>        
       </types>
-    <values vartype="numeric" platform="all"/>
+    <values vartype="numeric" platform="all"/><xrefto id="optvar_angel_pid_file"/>
     <versions>
       <manual version="4.1"/>
       <manual version="5.0"/>

@@ -12102,7 +12102,7 @@
     <!-- added -->
     <xrefto id="optvar_skip_log_warnings"/>
     <name>skip-log-warnings</name>
-    <shortdescription lang="en">Don't print warning messages to the error log </shortdescription>
+    <shortdescription lang="en">Don't print warning messages to the error log</shortdescription>
     <section id="mysqld"/>
     <opclass class="server"/>
     <engines includes="all"/>

@@ -12136,12 +12136,12 @@
     <values vartype="filename" platform="all"/>
     <versions>
       <manual version="5.0"/>
-      <manual version="5.1"/>
+      <manual version="5.1"/>isdynamic
     </versions>
   </mysqloption>
   <mysqloption id="maximum-query_cache_size">
     <!-- added -->
-    <xrefto id="maximum-query_cache_size"/>
+    <xrefto id="optvar_maximum_query_cache_size"/>
     <name>locked_in_memory</name>
     <shortdescription lang="en">The maximum value for query_cache_size</shortdescription>
     <section id="mysqld"/>

@@ -12161,9 +12161,68 @@
     </versions>
   </mysqloption> 
   
+  <mysqloption id="version_comment">
+    <!-- added -->
+    <xrefto id="optvar_version_comment"/>
+    <name>locked_in_memory</name>
+    <shortdescription lang="en">This variable contains the value of the --with-comment option 
+      specified when building MySQL</shortdescription>
+    <section id="mysqld"/>
+    <opclass class="server"/>
+    <engines includes="all"/>
+    <platforms applies="all"/>
+    <types>
+      <vartype isdynamic="no"  class="server" />        
+    </types>
+    <values vartype="string" platform="all"/>
+    <versions>
+      <manual version="4.1"/>
+      <manual version="5.0"/>
+      <manual version="5.1"/>
+    </versions>
+  </mysqloption> 
+  
+  <mysqloption id="version_compile_machine">
+    <!-- added -->
+    <xrefto id="optvar_version_compile_machine"/>
+    <name>locked_in_memory</name>
+    <shortdescription lang="en">The type of machine or architecture on which MySQL was built.</shortdescription>
+    <section id="mysqld"/>
+    <opclass class="server"/>
+    <engines includes="all"/>
+    <platforms applies="all"/>
+    <types>
+      <vartype isdynamic="no"  class="server" />        
+    </types>
+    <values vartype="string" platform="all"/>
+    <versions>
+      <manual version="4.1"/>
+      <manual version="5.0"/>
+      <manual version="5.1"/>
+    </versions>
+  </mysqloption> 
+  
+  <mysqloption id="version_compile_os">
+    <!-- added -->
+    <xrefto id="optvar_version_compile_os"/>
+    <name>locked_in_memory</name>
+    <shortdescription lang="en">The type of operating system on which MySQL was built.</shortdescription>
+    <section id="mysqld"/>
+    <opclass class="server"/>
+    <engines includes="all"/>
+    <platforms applies="all"/>
+    <types>
+      <vartype isdynamic="no"  class="server" />        
+    </types>
+    <values vartype="string" platform="all"/>
+    <versions>
+      <manual version="4.1"/>
+      <manual version="5.0"/>
+      <manual version="5.1"/>
+    </versions>
+  </mysqloption> 
+  
   <!-- to add
-    version_comment
-    version_compile_machine
-    version_compile_os
+    
   -->
 </mysqloptions>


Thread
svn commit - mysqldoc@docsrva: r4844 - trunk/dynamic-docs/mysqld-optvarplavin7 Feb