List:Commits« Previous MessageNext Message »
From:plavin Date:July 19 2007 10:47pm
Subject:svn commit - mysqldoc@docsrva: r7160 - trunk/dynamic-docs/command-optvars
View as plain text  
Author: plavin
Date: 2007-07-19 22:47:53 +0200 (Thu, 19 Jul 2007)
New Revision: 7160

Log:
Update the scope of variables


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


Modified: trunk/dynamic-docs/command-optvars/mysqld.xml
===================================================================
--- trunk/dynamic-docs/command-optvars/mysqld.xml	2007-07-19 19:50:16 UTC (rev 7159)
+++ trunk/dynamic-docs/command-optvars/mysqld.xml	2007-07-19 20:47:53 UTC (rev 7160)
Changed blocks: 29, Lines Added: 21, Lines Deleted: 38; 11850 bytes

@@ -4079,7 +4079,7 @@
     <types>
       <optype class="cmdline" format="--des-key-file=name" setvar="des-key-file"/>
       <optype class="mycnf"/>
-      <vartype class="server" isdynamic="no"/>
+      <vartype class="server" scope="both" isdynamic="no"/>
     </types>
     <versions>
       <manual version="4.1"/>

@@ -6292,7 +6292,6 @@
     </versions>
   </option>
   <option command="mysqld" section="server" id="language">
-
     <xrefto id="option_mysqld_language"/>
     <name>language</name>
     <shortdescription lang="en">Client error messages in given language. May be
given as a full path</shortdescription>

@@ -6497,7 +6496,6 @@
     </versions>
   </option>
   <option command="mysqld" section="server" id="log-error">
-
     <xrefto id="option_mysqld_log-error"/>
     <name>log-error</name>
     <shortdescription lang="en">Error log file</shortdescription>

@@ -6515,14 +6513,13 @@
     </versions>
   </option>
   <option command="mysqld" section="myisam" id="log-isam">
-
     <xrefto id="option_mysqld_log-isam"/>
     <name>log-isam</name>
     <shortdescription lang="en">Log all MyISAM changes to
file</shortdescription>
     <types>
       <optype class="cmdline" format="--log-isam[=name]" setvar="log-isam"/>
       <optype class="mycnf"/>
-      <vartype isdynamic="no" class="server"/>
+      <vartype isdynamic="no" scope="both" class="server"/>
     </types>
     <values vartype="filename" platform="all"> </values>
     <versions>

@@ -6533,7 +6530,6 @@
     </versions>
   </option>
   <option command="mysqld" section="server" id="log-long-format">
-
     <xrefto id="option_mysqld_log-long-format"/>
     <name>log-long-format</name>
     <shortdescription lang="en">Log some extra information to update log. Please
note that this

@@ -7302,7 +7298,6 @@
     </versions>
   </option>
   <option command="mysqld" section="server" id="max_length_for_sort_data">
-
     <xrefto id="option_mysqld_max_length_for_sort_data"/>
     <name>max_length_for_sort_data</name>
     <shortdescription lang="en">Max number of bytes in sorted
records</shortdescription>

@@ -7310,7 +7305,7 @@
       <optype class="cmdline" format="--max_length_for_sort_data=#"
         setvar="max_length_for_sort_data"/>
       <optype class="mycnf"/>
-      <vartype isdynamic="yes" class="server"/>
+      <vartype isdynamic="yes" scope="both" class="server"/>
     </types>
     <values vartype="numeric" platform="all">
       <value default="1024"/>

@@ -7392,7 +7387,6 @@
     </versions>
   </option>
   <option command="mysqld" section="server" id="max_sort_length">
-
     <xrefto id="option_mysqld_max_sort_length"/>
     <name>max_sort_length</name>
     <shortdescription lang="en">The number of bytes to use when sorting BLOB or
TEXT values</shortdescription>

@@ -7412,14 +7406,13 @@
     </versions>
   </option>
   <option command="mysqld" section="server" id="max_sp_recursion_depth">
-
     <xrefto id="option_mysqld_max_sp_recursion_depth"/>
     <name>max_sp_recursion_depth</name>
     <shortdescription lang="en">Maximum stored procedure recursion depth.
(discussed with docs)</shortdescription>
     <types>
       <optype class="cmdline" format="--max_sp_recursion_depth[=#]"
setvar="max_sp_recursion_depth"/>
       <optype class="mycnf"/>
-      <vartype isdynamic="yes" class="server"/>
+      <vartype isdynamic="yes" scope="global" class="server"/>
     </types>
     <values vartype="numeric" platform="all">
       <value default="0"/>

@@ -7432,7 +7425,6 @@
     </versions>
   </option>
   <option command="mysqld" section="server" id="max_tmp_tables">
-
     <xrefto id="option_mysqld_max_tmp_tables"/>
     <name>max_tmp_tables</name>
     <shortdescription lang="en">Maximum number of temporary tables a client can
keep open at a time</shortdescription>

@@ -7591,7 +7583,7 @@
     <types>
       <optype class="cmdline" format="--myisam_block_size=#"
setvar="myisam_block_size"/>
       <optype class="mycnf"/>
-      <vartype isdynamic="yes" class="server"/>
+      <vartype isdynamic="yes" scope="both" class="server"/>
     </types>
     <values vartype="numeric" platform="all">
       <value default="1024"/>

@@ -7632,7 +7624,6 @@
     </versions>
   </option>
   <option command="mysqld" section="myisam" id="myisam_max_extra_sort_file_size">
-
     <xrefto id="option_mysqld_myisam_max_extra_sort_file_size"/>
     <name>myisam_max_extra_sort_file_size</name>
     <shortdescription lang="en">Deprecated option</shortdescription>

@@ -7641,7 +7632,7 @@
       <optype class="cmdline" format="--myisam_max_extra_sort_file_size=#"
         setvar="myisam_max_extra_sort_file_size" outversion="5.0.6"/>
       <optype class="mycnf" outversion="5.0.6"/>
-      <vartype isdynamic="yes" class="server" outversion="5.0.6"/>
+      <vartype isdynamic="yes" scope="both" class="server" outversion="5.0.6"/>
     </types>
     <values vartype="numeric" platform="all" outversion="5.0.6">
       <value default="2147483648"/>

@@ -7652,7 +7643,6 @@
     </versions>
   </option>
   <option command="mysqld" section="myisam" id="myisam_max_sort_file_size">
-
     <xrefto id="option_mysqld_myisam_max_sort_file_size"/>
     <name>myisam_max_sort_file_size</name>
     <shortdescription lang="en">Don't use the fast sort index method to created
index if the

@@ -7680,7 +7670,7 @@
     <types>
       <optype class="cmdline" format="--myisam-recover[=name]"
setvar="myisam-recover"/>
       <optype class="mycnf"/>
-      <vartype isdynamic="no" class="server" format="myisam_recover_options"/>
+      <vartype isdynamic="no" scope="both" class="server"
format="myisam_recover_options"/>
     </types>
     <values vartype="enumeration" platform="all">
       <value default="OFF"/>

@@ -7806,7 +7796,9 @@
     <name>ndb-autoincrement-prefetch-sz</name>
     <shortdescription lang="en">NDB Auto-increment prefetch
size</shortdescription>
     <types>
-      <vartype isdynamic="yes" class="server" inversion="4.1.8"/>
+      <optype class="cmdline" format="--ndb_autoincrement_prefetch_sz"
setvar="ndb_autoincrement_prefetch_sz"/>
+      <optype class="mycnf"/>
+      <vartype isdynamic="yes" format="" scope="both" class="server"
inversion="4.1.8"/>
     </types>
     <values vartype="numeric" platform="all" inversion="4.1.8">
       <value default="32"/>

@@ -7821,13 +7813,13 @@
     </versions>
   </option>
   <option command="mysqld" section="ndb" id="ndb_cache_check_time">
-
     <xrefto id="option_mysqld_ndb_cache_check_time"/>
     <name>ndb_cache_check_time</name>
     <shortdescription lang="en">The number of milliseconds to wait before checking
the NDB query
       cache</shortdescription>
     <types>
-      <vartype class="server" format="ndb_cache_check_time" isdynamic="yes"/>
+      <optype class="cmdline" format="--ndb_cache_check_time"
setvar="ndb_cache_check_time"/>
+      <vartype class="server" scope="both" format="ndb_cache_check_time"
isdynamic="yes"/>
       <optype class="mycnf"/>
     </types>
     <values vartype="numeric" platform="all">

@@ -7841,7 +7833,6 @@
     </versions>
   </option>
   <option command="mysqld" section="ndb" id="ndb_cluster_connection_pool">
-
     <xrefto id="option_mysqld_ndb_cluster_connection_pool"/>
     <name>ndb-cluster-connection-pool</name>
     <shortdescription lang="en">The number of connections to the cluster used by
MySQL</shortdescription>

@@ -7892,14 +7883,14 @@
     </versions>
   </option>
   <option command="mysqld" section="ndb" id="ndb_force_send">
-
     <xrefto id="option_mysqld_ndb_force_send"/>
     <name>ndb_force_send</name>
-    <shortdescription lang="en">Same as --ndb-force-send</shortdescription>
+    <shortdescription lang="en">Forces sending of buffers to NDB immediately, 
+      without waiting for other threads</shortdescription>
     <types>
       <optype class="cmdline" format="--ndb-force-send" setvar="ndb_force_send"/>
       <optype class="mycnf"/>
-      <vartype isdynamic="yes" class="server"/>
+      <vartype isdynamic="yes" scope="both" class="server"/>
     </types>
     <values vartype="boolean" platform="all" inversion="4.1.8">
       <value default="TRUE"/>

@@ -8868,7 +8859,7 @@
     <types>
       <optype class="cmdline" format="--report-password=name"
setvar="report-password"/>
       <optype class="mycnf"/>
-      <vartype isdynamic="no" class="server"/>
+      <vartype isdynamic="no" scope="both" class="server"/>
     </types>
     <values vartype="string" platform="all"/>
     <versions>

@@ -10416,7 +10407,6 @@
     </versions>
   </option>
   <option command="mysqld" section="server" id="thread_cache_size">
-
     <xrefto id="option_mysqld_thread_cache_size"/>
     <name>thread_cache_size</name>
     <shortdescription lang="en">How many threads we should keep in a cache for
reuse</shortdescription>

@@ -10436,7 +10426,6 @@
     </versions>
   </option>
   <option command="mysqld" section="server" id="thread_concurrency">
-
     <xrefto id="option_mysqld_thread_concurrency"/>
     <name>thread_concurrency</name>
     <shortdescription lang="en">Permits the application to give the threads system
a hint for the

@@ -10444,7 +10433,7 @@
     <types>
       <optype class="cmdline" format="--thread_concurrency=#"
setvar="thread_concurrency"/>
       <optype class="mycnf"/>
-      <vartype isdynamic="no" class="server"/>
+      <vartype isdynamic="no" scope="both" class="server"/>
     </types>
     <values vartype="numeric" platform="all">
       <value default="10"/>

@@ -10457,7 +10446,6 @@
     </versions>
   </option>
   <option command="mysqld" section="server" id="thread_stack">
-
     <xrefto id="option_mysqld_thread_stack"/>
     <name>thread_stack</name>
     <shortdescription lang="en">The stack size for each
thread</shortdescription>

@@ -10477,7 +10465,6 @@
     </versions>
   </option>
   <option command="mysqld" section="server" id="time_format">
-
     <xrefto id="option_mysqld_time_format"/>
     <name>time_format</name>
     <shortdescription lang="en">The TIME format (for
future)</shortdescription>

@@ -10495,7 +10482,6 @@
     </versions>
   </option>
   <option command="mysqld" section="innodb" id="timed_mutexes">
-
     <xrefto id="option_mysqld_timed_mutexes"/>
     <name>timed_mutexes</name>
     <shortdescription lang="en">Specify whether to time mutexes (only InnoDB
mutexes are currently

@@ -10503,7 +10489,7 @@
     <types>
       <optype class="cmdline" format="--timed_mutexes" setvar="timed_mutexes"/>
       <optype class="mycnf"/>
-      <vartype isdynamic="no" class="server"/>
+      <vartype isdynamic="no" scope="both" class="server"/>
     </types>
     <values vartype="boolean" platform="all">
       <value default="OFF"/>

@@ -10897,14 +10883,12 @@
       <manual version="5.2"/>
     </versions>
   </option>
-  <option command="mysqld" section="server" id="maximum-query_cache_size">
-
-    <!--    <xrefto id="option_mysqld_maximum-query-cache-size"/> -->
+  <!--option command="mysqld" section="server" id="maximum-query_cache_size">
     <name>maximum-query_cache_size</name>
     <shortdescription lang="en">The maximum value for
query_cache_size</shortdescription>
     <seealso xref="query_cache_size"/>
     <types>
-      <optype class="cmdline" format="--maximum-query_cache_size=#"
inversion="4.0.2"/>
+      <optype class="cmdline" format="maximum-query_cache_size=#"
inversion="4.0.2"/>
       <vartype isdynamic="no" class="server" inversion="4.0.2"/>
     </types>
     <values vartype="numeric" platform="all"/>

@@ -10914,9 +10898,8 @@
       <manual version="5.1"/>
       <manual version="5.2"/>
     </versions>
-  </option>
+  </option-->
   <option command="mysqld" section="server" id="version_comment">
-
     <xrefto id="option_mysqld_version_comment"/>
     <name>version_comment</name>
     <shortdescription lang="en">This variable contains the value of the
--with-comment option


Thread
svn commit - mysqldoc@docsrva: r7160 - trunk/dynamic-docs/command-optvarsplavin19 Jul