List:Commits« Previous MessageNext Message »
From:plavin Date:February 5 2008 11:25pm
Subject:svn commit - mysqldoc@docsrva: r9710 - trunk/dynamic-docs/command-optvars
View as plain text  
Author: plavin
Date: 2008-02-06 00:25:24 +0100 (Wed, 06 Feb 2008)
New Revision: 9710

Log:
Corrections to the server variables, thanks Paul.


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


Modified: trunk/dynamic-docs/command-optvars/mysqld.xml
===================================================================
--- trunk/dynamic-docs/command-optvars/mysqld.xml	2008-02-05 18:42:45 UTC (rev 9709)
+++ trunk/dynamic-docs/command-optvars/mysqld.xml	2008-02-05 23:25:24 UTC (rev 9710)
Changed blocks: 28, Lines Added: 33, Lines Deleted: 78; 10405 bytes

@@ -5026,7 +5026,7 @@
       <optype class="cmdline" format="--auto-increment-increment[=#]"
         setvar="auto_increment_increment"/>
       <optype class="mycnf" format="auto-increment-increment"/>
-      <vartype class="system" isdynamic="no" scope="both" format="auto_increment_increment"/>
+      <vartype class="system" isdynamic="yes" scope="both" format="auto_increment_increment"/>
     </types>
 
     <values vartype="numeric" platform="all">

@@ -5061,7 +5061,7 @@
     <types>
       <optype class="cmdline" format="--auto-increment-offset[=#]" setvar="auto_increment_offset"/>
       <optype class="mycnf" />
-      <vartype class="system" isdynamic="no" scope="both" format="auto_increment_offset"/>
+      <vartype class="system" isdynamic="yes" scope="both" format="auto_increment_offset"/>
     </types>
 
     <values vartype="numeric" platform="all">

@@ -5268,8 +5268,9 @@
     </shortdescription>
 
     <types>
-      <optype class="cmdline" format="--bdb-lock-detect=name" outversion="5.1.12"/>
-      <optype class="mycnf" format="bdb-lock-detect"/>
+      <optype class="cmdline" format="--bdb-lock-detect=name"
+        outversion="5.1.12" setvar="bdb_lock_detect"/>
+      <optype class="mycnf" format="bdb_lock_detect"/>
       <vartype class="system" scope="global" isdynamic="no"/>
     </types>
 

@@ -5958,7 +5959,7 @@
     </shortdescription>
 
     <types>
-      <vartype class="system" isdynamic="yes" scope="global"/>
+      <vartype class="system" isdynamic="no" scope="global"/>
     </types>
 
     <values vartype="string" platform="all"/>

@@ -6874,7 +6875,6 @@
     <types>
       <optype class="cmdline" format="--des-key-file=name" setvar="des-key-file"/>
       <optype class="mycnf"/>
-      <vartype class="system" scope="global" isdynamic="no"/>
     </types>
 
     <versions>

@@ -8113,7 +8113,7 @@
     <types>
       <optype class="cmdline" format="--innodb_checksums" setvar="innodb_checksums"/>
       <optype class="mycnf"/>
-      <vartype isdynamic="yes" scope="global" class="system"/>
+      <vartype isdynamic="no" scope="global" class="system"/>
     </types>
 
     <values vartype="boolean" platform="all">

@@ -10068,8 +10068,7 @@
     </shortdescription>
 
     <types>
-      <optype class="cmdline" format="--plugin_innodb_sync_spin_loops=#"
-        setvar="innodb_sync_spin_loops"/>
+      <optype class="cmdline" format="--plugin_innodb_sync_spin_loops=#"/>
       <optype class="mycnf"/>
       <vartype isdynamic="yes" class="system" scope="global"/>
     </types>

@@ -10666,52 +10665,7 @@
     </versions>
 
   </mysqloption>
-
-  <mysqloption section="security" id="max_prepared_stmt_count">
-
-    <xrefto id="option_mysqld_max_prepared_stmt_count"/>
-
-    <name>max_prepared_stmt_count</name>
-
-    <shortdescription lang="en">
-      This variable limits the total number of prepared statements in
-      the server
-    </shortdescription>
-
-    <types>
-      <vartype class="system" isdynamic="no" scope="global" format="max_prepared_stmt_count"/>
-    </types>
-
-    <versions>
-      <manual version="5.1"/>
-      <introduced version="5.1.10"/>
-      <manual version="6.0"/>
-    </versions>
-
-  </mysqloption>
-
-  <mysqloption section="security" id="prepared_stmt_count">
-
-    <xrefto id="option_mysqld_prepared_stmt_count"/>
-
-    <name>max_prepared_stmt_count</name>
-
-    <shortdescription lang="en">
-      The current number of prepared statements
-    </shortdescription>
-
-    <types>
-      <vartype class="system" isdynamic="no" scope="global" format="prepared_stmt_count"/>
-    </types>
-
-    <versions>
-      <manual version="5.1"/>
-      <introduced version="5.1.10"/>
-      <manual version="6.0"/>
-    </versions>
-
-  </mysqloption>
-
+  
   <mysqloption section="security" id="local_infile">
 
     <xrefto id="option_mysqld_local_infile"/>

@@ -10723,7 +10677,7 @@
     </shortdescription>
 
     <types>
-      <vartype class="system" isdynamic="no" scope="global" format="local_infile"/>
+      <vartype class="system" isdynamic="yes" scope="global" format="local_infile"/>
     </types>
 
     <versions>

@@ -10952,7 +10906,7 @@
     <types>
       <optype class="cmdline" format="--log-error[=name]" setvar="log_error"/>
       <optype class="mycnf"/>
-      <vartype isdynamic="yes" scope="global" class="system"/>
+      <vartype isdynamic="no" scope="global" class="system"/>
     </types>
 
     <values vartype="filename" platform="all"></values>

@@ -11433,7 +11387,8 @@
     </shortdescription>
 
     <types>
-      <optype class="cmdline" format="--low-priority-updates" setvar="low-priority-updates"/>
+      <optype class="cmdline" format="--low-priority-updates"
+        setvar="low_priority_updates"/>
       <optype class="mycnf"/>
       <vartype isdynamic="yes" scope="both" class="system" format="low_priority_updates"/>
     </types>

@@ -12330,7 +12285,7 @@
     </versions>
 
   </mysqloption>
-
+ 
   <mysqloption section="server" id="max_prepared_stmt_count">
 
     <xrefto id="option_mysqld_max_prepared_stmt_count"/>

@@ -12604,7 +12559,7 @@
     <types>
       <optype class="cmdline" format="--memlock" setvar="locked-in-memory"/>
       <optype class="mycnf"/>
-      <vartype isdynamic="no" scope="global" class="system" />
+      <vartype isdynamic="no" scope="global" class="system"  format="locked_in_memory" />
     </types>
 
     <values vartype="boolean" platform="all">

@@ -12770,7 +12725,7 @@
     </shortdescription>
 
     <types>
-      <vartype isdynamic="no" class="system" format="myisam_recover_options"/>
+      <vartype isdynamic="no" scope="global" class="system" format="myisam_recover_options"/>
     </types>
 
     <versions>

@@ -13985,7 +13940,7 @@
     </shortdescription>
 
     <types>
-      <optype class="cmdline" format="--old_passwords" setvar="old-passwords"/>
+      <optype class="cmdline" format="--old_passwords" setvar="old_passwords"/>
       <optype class="mycnf"/>
       <vartype isdynamic="yes" scope="both" class="system" format="old_passwords"/>
     </types>

@@ -14048,7 +14003,7 @@
     <types>
       <optype class="cmdline" format="--open-files-limit=#" setvar="open_files_limit"/>
       <optype class="mycnf"/>
-      <vartype isdynamic="yes" scope="global" class="system" format="open_files_limit"/>
+      <vartype isdynamic="no" scope="global" class="system" format="open_files_limit"/>
     </types>
 
     <values vartype="numeric" platform="all">

@@ -14866,7 +14821,7 @@
     <types>
       <optype class="cmdline" format="--relay_log_space_limit=#" setvar="relay_log_space_limit"/>
       <optype class="mycnf"/>
-      <vartype isdynamic="yes" scope="global" class="system"/>
+      <vartype isdynamic="no" scope="global" class="system"/>
     </types>
 
     <values vartype="numeric" platform="all">

@@ -15149,9 +15104,10 @@
     </shortdescription>
 
     <types>
-      <optype class="cmdline" format="--report-password=name" setvar="report-password"/>
+      <optype class="cmdline" format="--report-password=name" setvar="report_password"/>
       <optype class="mycnf"/>
-      <vartype isdynamic="no" scope="global" class="system"/>
+      <vartype isdynamic="no" scope="global" class="system"
+        format="report_password"/>
     </types>
 
     <values vartype="string" platform="all"/>

@@ -15832,8 +15788,7 @@
 
     <types>
       <optype class="cmdline" format="--skip-merge" setvar="skip-merge"/>
-      <optype class="mycnf"/>
-      <vartype isdynamic="no" scope="global" class="system"/>
+      <optype class="mycnf" setvar=""/>
     </types>
 
     <versions>

@@ -15883,7 +15838,7 @@
     <types>
       <optype class="cmdline" format="--skip-networking" setvar="skip_networking"/>
       <optype class="mycnf"/>
-      <vartype class="system" scope="global" isdynamic="yes" format="skip_networking"/>
+      <vartype class="system" scope="global" isdynamic="no" format="skip_networking"/>
     </types>
 
     <versions>

@@ -15934,7 +15889,7 @@
     <types>
       <optype class="cmdline" format="--skip-show-database" setvar="skip_show_database"/>
       <optype class="mycnf"/>
-      <vartype class="system" scope="global" isdynamic="yes" format="skip_show_database"/>
+      <vartype class="system" scope="global" isdynamic="no" format="skip_show_database"/>
     </types>
 
     <versions>

@@ -16064,7 +16019,7 @@
     <types>
       <optype class="cmdline" format="--skip-sync-bdb-logs" outversion="5.1.12"/>
       <optype class="mycnf"/>
-      <vartype class="system" scope="global" isdynamic="no"/>
+      <vartype class="system" scope="global" isdynamic="no" />
     </types>
 
     <versions>

@@ -16173,7 +16128,7 @@
     <types>
       <optype class="cmdline" format="--slave-skip-errors=name" setvar="slave_skip_errors"/>
       <optype class="mycnf"/>
-      <vartype class="system" scope="global" isdynamic="yes" format="slave_skip_errors"/>
+      <vartype class="system" scope="global" isdynamic="no" format="slave_skip_errors"/>
     </types>
 
     <versions>

@@ -17280,7 +17235,7 @@
     <types>
       <optype class="cmdline" format="--sync-bdb-logs" setvar="sync-bdb-logs"/>
       <optype class="mycnf"/>
-      <vartype isdynamic="no" scope="global" class="system"/>
+      <vartype isdynamic="no" scope="global" class="system" format="sync_bdb_logs"/>
     </types>
 
     <values vartype="boolean" platform="all">

@@ -17371,7 +17326,7 @@
     </shortdescription>
 
     <types>
-      <vartype isdynamic="yes" scope="global" class="system" format="system_time_zone"/>
+      <vartype isdynamic="no" scope="global" class="system" format="system_time_zone"/>
     </types>
 
     <values vartype="string" platform="all"/>

@@ -18373,8 +18328,8 @@
       <manual version="6.0"/>
     </versions>
 
-  </mysqloption>
-
+  </mysqloption>  
+    
   <mysqloption section="server" id="prepared_stmt_count">
 
     <xrefto id="option_mysqld_prepared_stmt_count"/>

@@ -18498,7 +18453,7 @@
     </shortdescription>
 
     <types>
-      <vartype isdynamic="yes" scope="global" class="system"/>
+      <vartype isdynamic="no" scope="global" class="system"/>
     </types>
 
     <values vartype="string" platform="all"/>

@@ -19189,7 +19144,7 @@
     <platforms applies="windows"/>
 
     <types>
-      <vartype class="system" isdynamic="no" format="named_pipe"/>
+      <vartype class="system" scope="global" isdynamic="no" format="named_pipe"/>
     </types>
 
     <versions>


Thread
svn commit - mysqldoc@docsrva: r9710 - trunk/dynamic-docs/command-optvarsplavin6 Feb