List:Commits« Previous MessageNext Message »
From:plavin Date:May 25 2007 10:22am
Subject:svn commit - mysqldoc@docsrva: r6571 - trunk/dynamic-docs/opsfunctions
View as plain text  
Author: plavin
Date: 2007-05-25 10:22:10 +0200 (Fri, 25 May 2007)
New Revision: 6571

Log:
Add display for IS NULL

Modified:
   trunk/dynamic-docs/opsfunctions/functions.xml
   trunk/dynamic-docs/opsfunctions/operators.xml


Modified: trunk/dynamic-docs/opsfunctions/functions.xml
===================================================================
--- trunk/dynamic-docs/opsfunctions/functions.xml	2007-05-25 08:15:14 UTC (rev 6570)
+++ trunk/dynamic-docs/opsfunctions/functions.xml	2007-05-25 08:22:10 UTC (rev 6571)
Changed blocks: 1, Lines Added: 0, Lines Deleted: 17; 991 bytes

@@ -3416,23 +3416,6 @@
     </versions>
   </function>
   
-  <function id="is-null" class="string-comparison" >
-    <!--should IS NOT NULL be here?-->
-    <!--documentation of negation is inconsistent in the manual ... -->
-    <display>IS NULL</display>
-    <description lang="en">NULL value test</description>
-    <arguments>
-      <format></format>
-    </arguments>    
-    <return type="mixed"/>
-    <error type="return"/>
-    <versions>
-      <manual version="4.1"/>
-      <manual version="5.0"/>
-      <manual version="5.1"/>
-    </versions>
-  </function>
-  
   <function id="interval" class="comparison">
     <display>INTERVAL()</display>
     <description lang="en">Return the index of the argument 


Modified: trunk/dynamic-docs/opsfunctions/operators.xml
===================================================================
--- trunk/dynamic-docs/opsfunctions/operators.xml	2007-05-25 08:15:14 UTC (rev 6570)
+++ trunk/dynamic-docs/opsfunctions/operators.xml	2007-05-25 08:22:10 UTC (rev 6571)
Changed blocks: 1, Lines Added: 9, Lines Deleted: 0; 820 bytes

@@ -1,6 +1,15 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE opfunctions SYSTEM "./opfunctions.dtd">
 <opfunctions>
+  <operator id="is-null" class="string-comparison" >   
+    <display>IS NULL</display>
+    <description lang="en">NULL value test</description>
+    <versions>
+      <manual version="4.1"/>
+      <manual version="5.0"/>
+      <manual version="5.1"/>
+    </versions>
+  </operator> 
   <operator id="equal" class="string-comparison">
     <display>=</display>
     <description lang="en">Equal operator</description>


Thread
svn commit - mysqldoc@docsrva: r6571 - trunk/dynamic-docs/opsfunctionsplavin25 May