List:Commits« Previous MessageNext Message »
From:plavin Date:November 8 2007 6:00pm
Subject:svn commit - mysqldoc@docsrva: r8586 - trunk/dynamic-docs/command-optvars
View as plain text  
Author: plavin
Date: 2007-11-08 18:00:19 +0100 (Thu, 08 Nov 2007)
New Revision: 8586

Log:
Modify variables per MC


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


Modified: trunk/dynamic-docs/command-optvars/mysqld.xml
===================================================================
--- trunk/dynamic-docs/command-optvars/mysqld.xml	2007-11-08 16:21:02 UTC (rev 8585)
+++ trunk/dynamic-docs/command-optvars/mysqld.xml	2007-11-08 17:00:19 UTC (rev 8586)
Changed blocks: 33, Lines Added: 33, Lines Deleted: 33; 10970 bytes

@@ -5071,7 +5071,7 @@
     <types>
       <optype class="cmdline" format="--automatic-sp-privileges"
setvar="automatic_sp_privileges"/>
       <optype class="mycnf"/>
-      <vartype class="system" isdynamic="no" scope="both"/>
+      <vartype class="system" isdynamic="yes" scope="global"/>
     </types>
 
     <values vartype="boolean" platform="all">

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

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

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

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

@@ -7349,7 +7349,7 @@
     <types>
       <optype class="cmdline" format="--ft_stopword_file=name"
setvar="ft_stopword_file"/>
       <optype class="mycnf"/>
-      <vartype isdynamic="yes" scope="both" class="system"/>
+      <vartype isdynamic="yes" scope="global" class="system"/>
     </types>
 
     <values vartype="filename" platform="all"/>

@@ -7572,7 +7572,7 @@
     <types>
       <optype class="cmdline" format="--init-connect=name" setvar="init_connect"/>
       <optype class="mycnf"/>
-      <vartype class="system" scope="global" isdynamic="no" />
+      <vartype class="system" scope="global" isdynamic="yes" />
     </types>
 
     <values vartype="string" platform="all"/>

@@ -7641,7 +7641,7 @@
     <types>
       <optype class="cmdline" format="--init-slave=name" setvar="init_slave"/>
       <optype class="mycnf"/>
-      <vartype class="system" scope="global" isdynamic="no"/>
+      <vartype class="system" scope="global" isdynamic="yes"/>
     </types>
 
     <values vartype="string" platform="all"/>

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

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

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

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

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

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

@@ -11188,7 +11188,7 @@
     <types>
       <optype class="cmdline" format="--lower_case_table_names[=#]"
setvar="lower_case_table_names"/>
       <optype class="mycnf"/>
-      <vartype isdynamic="no" scope="both" class="system"/>
+      <vartype isdynamic="no" scope="global" class="system"/>
     </types>
 
     <values vartype="numeric" platform="all">

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

@@ -11967,7 +11967,7 @@
     <seealso xref="max_delayed_threads"/>
 
     <types>
-      <vartype class="system" isdynamic="yes" scope="global"/>
+      <vartype class="system" isdynamic="yes" scope="both"/>
     </types>
 
     <values vartype="numeric" platform="all"/>

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

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

@@ -14051,7 +14051,7 @@
     <types>
       <optype class="cmdline" format="--read_only" setvar="read_only"/>
       <optype class="mycnf"/>
-      <vartype isdynamic="yes" class="system" scope="both"/>
+      <vartype isdynamic="yes" class="system" scope="global"/>
     </types>
 
     <values vartype="numeric" platform="all">

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

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

@@ -14624,7 +14624,7 @@
     </shortdescription>
 
     <types>
-      <vartype isdynamic="yes" scope="both" class="system"/>
+      <vartype isdynamic="yes" scope="global" class="system"/>
     </types>
 
     <values vartype="numeric" platform="all">

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

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

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

@@ -16386,7 +16386,7 @@
     <types>
       <optype class="cmdline" format="--sql_warnings"/>
       <optype class="mycnf"/>
-      <vartype class="system" isdynamic="yes" scope="both"/>
+      <vartype class="system" isdynamic="yes" scope="session"/>
     </types>
 
     <values vartype="boolean" platform="all">

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

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

@@ -17562,7 +17562,7 @@
     <types>
       <optype class="cmdline" format="--version"/>
       <optype class="cmdline" format="-V"/>
-      <vartype class="system" scope="global" isdynamic="no"/>
+      <vartype class="system" scope="both" isdynamic="no"/>
     </types>
 
     <versions>

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

@@ -20050,7 +20050,7 @@
     </shortdescription>
 
     <types>
-      <vartype isdynamic="no" scope="both" class="system"/>
+      <vartype isdynamic="no" scope="global" class="system"/>
     </types>
 
     <values vartype="numeric" platform="all"/>

@@ -20078,7 +20078,7 @@
     <types>
       <optype class="cmdline" format="--lower_case_file_system[=#]"
setvar="lower_case_file_system"/>
       <optype class="mycnf"/>
-      <vartype isdynamic="no" scope="both" class="system"/>
+      <vartype isdynamic="no" scope="global" class="system"/>
     </types>
 
     <values vartype="boolean" platform="all"/>


Thread
svn commit - mysqldoc@docsrva: r8586 - trunk/dynamic-docs/command-optvarsplavin8 Nov