List:Commits« Previous MessageNext Message »
From:paul Date:May 29 2008 7:49pm
Subject:svn commit - mysqldoc@docsrva: r10860 - in trunk: . it/refman-5.1 pt/refman-5.1 refman-5.0 refman-5.1 refman-6.0
View as plain text  
Author: paul
Date: 2008-05-29 19:49:25 +0200 (Thu, 29 May 2008)
New Revision: 10860

Log:
 r31751@frost:  paul | 2008-05-29 11:02:37 -0500
 Delete extraneous output line.
 (Bug#37058)


Modified:
   trunk/it/refman-5.1/functions-core.xml
   trunk/pt/refman-5.1/functions-core.xml
   trunk/refman-5.0/functions-core.xml
   trunk/refman-5.1/functions-core.xml
   trunk/refman-6.0/functions-core.xml

Property changes on: trunk
___________________________________________________________________
Name: svk:merge
   - 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:35828
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:31749
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:31512
   + 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:35828
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:31751
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:31512


Modified: trunk/it/refman-5.1/functions-core.xml
===================================================================
--- trunk/it/refman-5.1/functions-core.xml	2008-05-29 13:05:35 UTC (rev 10859)
+++ trunk/it/refman-5.1/functions-core.xml	2008-05-29 17:49:25 UTC (rev 10860)
Changed blocks: 1, Lines Added: 0, Lines Deleted: 1; 470 bytes

@@ -798,7 +798,6 @@
 <programlisting>
 mysql&gt; <userinput>SELECT 1 IS TRUE, 0 IS FALSE, NULL IS
UNKNOWN;</userinput>
         -&gt; 1, 1, 1
-        -&gt; 1, 1, 0
 </programlisting>
         </listitem>
 


Modified: trunk/pt/refman-5.1/functions-core.xml
===================================================================
--- trunk/pt/refman-5.1/functions-core.xml	2008-05-29 13:05:35 UTC (rev 10859)
+++ trunk/pt/refman-5.1/functions-core.xml	2008-05-29 17:49:25 UTC (rev 10860)
Changed blocks: 1, Lines Added: 0, Lines Deleted: 1; 470 bytes

@@ -798,7 +798,6 @@
 <programlisting>
 mysql&gt; <userinput>SELECT 1 IS TRUE, 0 IS FALSE, NULL IS
UNKNOWN;</userinput>
         -&gt; 1, 1, 1
-        -&gt; 1, 1, 0
 </programlisting>
         </listitem>
 


Modified: trunk/refman-5.0/functions-core.xml
===================================================================
--- trunk/refman-5.0/functions-core.xml	2008-05-29 13:05:35 UTC (rev 10859)
+++ trunk/refman-5.0/functions-core.xml	2008-05-29 17:49:25 UTC (rev 10860)
Changed blocks: 1, Lines Added: 0, Lines Deleted: 1; 458 bytes

@@ -797,7 +797,6 @@
 <programlisting>
 mysql&gt; <userinput>SELECT 1 IS TRUE, 0 IS FALSE, NULL IS
UNKNOWN;</userinput>
         -&gt; 1, 1, 1
-        -&gt; 1, 1, 0
 </programlisting>
 
           <para>


Modified: trunk/refman-5.1/functions-core.xml
===================================================================
--- trunk/refman-5.1/functions-core.xml	2008-05-29 13:05:35 UTC (rev 10859)
+++ trunk/refman-5.1/functions-core.xml	2008-05-29 17:49:25 UTC (rev 10860)
Changed blocks: 1, Lines Added: 0, Lines Deleted: 1; 461 bytes

@@ -798,7 +798,6 @@
 <programlisting>
 mysql&gt; <userinput>SELECT 1 IS TRUE, 0 IS FALSE, NULL IS
UNKNOWN;</userinput>
         -&gt; 1, 1, 1
-        -&gt; 1, 1, 0
 </programlisting>
         </listitem>
 


Modified: trunk/refman-6.0/functions-core.xml
===================================================================
--- trunk/refman-6.0/functions-core.xml	2008-05-29 13:05:35 UTC (rev 10859)
+++ trunk/refman-6.0/functions-core.xml	2008-05-29 17:49:25 UTC (rev 10860)
Changed blocks: 1, Lines Added: 0, Lines Deleted: 1; 461 bytes

@@ -899,7 +899,6 @@
 <programlisting>
 mysql&gt; <userinput>SELECT 1 IS TRUE, 0 IS FALSE, NULL IS
UNKNOWN;</userinput>
         -&gt; 1, 1, 1
-        -&gt; 1, 1, 0
 </programlisting>
         </listitem>
 


Thread
svn commit - mysqldoc@docsrva: r10860 - in trunk: . it/refman-5.1 pt/refman-5.1 refman-5.0 refman-5.1 refman-6.0paul29 May