List:Commits« Previous MessageNext Message »
From:jon Date:September 17 2008 12:16pm
Subject:svn commit - mysqldoc@docsrva: r11843 - trunk/dynamic-docs/command-optvars
View as plain text  
Author: jstephens
Date: 2008-09-17 14:16:58 +0200 (Wed, 17 Sep 2008)
New Revision: 11843

Log:

Fixed options DTD and server options file (missing tag from DTD)



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


Modified: trunk/dynamic-docs/command-optvars/mysqld.xml
===================================================================
--- trunk/dynamic-docs/command-optvars/mysqld.xml	2008-09-17 02:20:40 UTC (rev 11842)
+++ trunk/dynamic-docs/command-optvars/mysqld.xml	2008-09-17 12:16:58 UTC (rev 11843)
Changed blocks: 2, Lines Added: 3, Lines Deleted: 3; 1286 bytes

@@ -6129,12 +6129,12 @@
 
     <name>character_set_database</name>
 
-    <footnote>This option is dynamic, but only server should set this information. You should not set the value of this manually.</footnote>
-
     <shortdescription lang="en">
       The character set used by the default database
     </shortdescription>
 
+    <footnote>This option is dynamic, but only the server should set this information. You should not set the value of this variable manually.</footnote>
+
     <types>
       <vartype class="system" isdynamic="yes" scope="both"/>
     </types>

@@ -6324,7 +6324,7 @@
       The collation used by the default database
     </shortdescription>
 
-    <footnote>This option is dynamic, but only server should set this information. You should not set the value of this manually.</footnote>
+    <footnote>This option is dynamic, but only the server should set this information. You should not set the value of this variable manually.</footnote>
 
     <seealso xref="character-set-server"/>
 


Modified: trunk/dynamic-docs/command-optvars/options.dtd
===================================================================
--- trunk/dynamic-docs/command-optvars/options.dtd	2008-09-17 02:20:40 UTC (rev 11842)
+++ trunk/dynamic-docs/command-optvars/options.dtd	2008-09-17 12:16:58 UTC (rev 11843)
Changed blocks: 2, Lines Added: 2, Lines Deleted: 3; 1169 bytes

@@ -68,8 +68,7 @@
 <!ATTLIST platforms applies (linux|windows|macosx|hpux|solaris) #REQUIRED>
 <!ELEMENT incompatible (#PCDATA)>
 <!ELEMENT mysqloption
-( xrefto?, name+ , shortdescription+, platforms*,seealso*,incompatible*,disabledby*,deprecated?,removed?,types+,values*,versions+
-)>
+( xrefto?, name+ , shortdescription+,footnote?,platforms*,seealso*,incompatible*,disabledby*,deprecated?,removed?,types+,values*,versions+)>
 <!ATTLIST mysqloption id ID #REQUIRED>
 <!ATTLIST mysqloption section (myisam | memory | innodb | bdb | blackhole | example |archive | csv | ndb | federated | merge | isam | falcon | maria | security | ssl | binlog | replication | server | cluster ) #IMPLIED>
 <!ATTLIST mysqloption subsection CDATA #IMPLIED>

@@ -77,5 +76,5 @@
 <!ELEMENT name (#PCDATA)>
 <!ELEMENT format (#PCDATA)>
 <!ATTLIST format version CDATA #IMPLIED>
+<!ELEMENT footnote (#PCDATA)>
 
-


Thread
svn commit - mysqldoc@docsrva: r11843 - trunk/dynamic-docs/command-optvarsjon17 Sep