Author: plavin
Date: 2007-06-13 20:56:19 +0200 (Wed, 13 Jun 2007)
New Revision: 6785
Log:
Update mysqld file, change IS NULL to an operator.
Modified:
trunk/dynamic-docs/command-optvars/mysqld.xml
trunk/dynamic-docs/opsfunctions/opfunctions.dtd
trunk/refman-4.1/functions-core.xml
trunk/refman-5.0/functions-core.xml
trunk/refman-5.1/functions-core.xml
trunk/refman-5.2/functions-core.xml
Modified: trunk/dynamic-docs/command-optvars/mysqld.xml
===================================================================
--- trunk/dynamic-docs/command-optvars/mysqld.xml 2007-06-13 17:16:41 UTC (rev 6784)
+++ trunk/dynamic-docs/command-optvars/mysqld.xml 2007-06-13 18:56:19 UTC (rev 6785)
Changed blocks: 2, Lines Added: 3, Lines Deleted: 1; 985 bytes
@@ -3847,6 +3847,7 @@
<shortdescription lang="en">The DATE format (For future)</shortdescription>
<types>
<optype class="cmdline" format="--date_format=name" setvar="date_format"/>
+ <optype class="mycnf"/>
<vartype isdynamic="yes" scope="both" class="server"/>
</types>
<values vartype="string" platform="all"/>
@@ -3864,7 +3865,8 @@
(for future)</shortdescription>
<types>
<optype class="cmdline" format="--datetime_format=name"
- setvar="datetime_format"/>
+ setvar="datetime_format"/>
+ <optype class="mycnf"/>
<vartype isdynamic="yes" scope="both" class="server"/>
</types>
<values vartype="string" platform="all"/>
Modified: trunk/dynamic-docs/opsfunctions/opfunctions.dtd
===================================================================
--- trunk/dynamic-docs/opsfunctions/opfunctions.dtd 2007-06-13 17:16:41 UTC (rev 6784)
+++ trunk/dynamic-docs/opsfunctions/opfunctions.dtd 2007-06-13 18:56:19 UTC (rev 6785)
Changed blocks: 1, Lines Added: 1, Lines Deleted: 1; 525 bytes
@@ -7,7 +7,7 @@
<!-- Manual versions -->
<!ELEMENT manual (#PCDATA)>
-<!ATTLIST manual version (4.0 | 4.1 | 5.0 | 5.1) #REQUIRED >
+<!ATTLIST manual version (4.0 | 4.1 | 5.0 | 5.1 | 5.2) #REQUIRED >
<!ELEMENT versions (manual)*>
Modified: trunk/refman-4.1/functions-core.xml
===================================================================
--- trunk/refman-4.1/functions-core.xml 2007-06-13 17:16:41 UTC (rev 6784)
+++ trunk/refman-4.1/functions-core.xml 2007-06-13 18:56:19 UTC (rev 6785)
Changed blocks: 1, Lines Added: 1, Lines Deleted: 1; 539 bytes
@@ -724,7 +724,7 @@
<remark role="help-syntax-begin"/>
- <para id="function_is-null">
+ <para id="operator_is-null">
<indexterm>
<primary><literal>NULL</literal></primary>
<secondary>testing for null</secondary>
Modified: trunk/refman-5.0/functions-core.xml
===================================================================
--- trunk/refman-5.0/functions-core.xml 2007-06-13 17:16:41 UTC (rev 6784)
+++ trunk/refman-5.0/functions-core.xml 2007-06-13 18:56:19 UTC (rev 6785)
Changed blocks: 1, Lines Added: 1, Lines Deleted: 1; 539 bytes
@@ -803,7 +803,7 @@
<remark role="help-syntax-begin"/>
- <para id="function_is-null">
+ <para id="operator_is-null">
<indexterm>
<primary><literal>NULL</literal></primary>
<secondary>testing for null</secondary>
Modified: trunk/refman-5.1/functions-core.xml
===================================================================
--- trunk/refman-5.1/functions-core.xml 2007-06-13 17:16:41 UTC (rev 6784)
+++ trunk/refman-5.1/functions-core.xml 2007-06-13 18:56:19 UTC (rev 6785)
Changed blocks: 1, Lines Added: 1, Lines Deleted: 1; 539 bytes
@@ -795,7 +795,7 @@
<remark role="help-syntax-begin"/>
- <para id="function_is-null">
+ <para id="operator_is-null">
<indexterm>
<primary><literal>NULL</literal></primary>
<secondary>testing for null</secondary>
Modified: trunk/refman-5.2/functions-core.xml
===================================================================
--- trunk/refman-5.2/functions-core.xml 2007-06-13 17:16:41 UTC (rev 6784)
+++ trunk/refman-5.2/functions-core.xml 2007-06-13 18:56:19 UTC (rev 6785)
Changed blocks: 1, Lines Added: 1, Lines Deleted: 1; 539 bytes
@@ -795,7 +795,7 @@
<remark role="help-syntax-begin"/>
- <para id="function_is-null">
+ <para id="operator_is-null">
<indexterm>
<primary><literal>NULL</literal></primary>
<secondary>testing for null</secondary>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r6785 - in trunk: dynamic-docs/command-optvars dynamic-docs/opsfunctions refman-4.1 refman-5.0 refman-5.1 refman-5.2 | plavin | 13 Jun |