List:Commits« Previous MessageNext Message »
From:jon Date:February 28 2006 9:42pm
Subject:svn commit - mysqldoc@docsrva: r1466 - trunk/refman-5.1
View as plain text  
Author: jstephens
Date: 2006-02-28 22:42:32 +0100 (Tue, 28 Feb 2006)
New Revision: 1466

Log:

Changes in I_S.EVENTS & SHOW EVENTS due to fix for Bug #16537 (Event Scheduler).



Modified:
   trunk/refman-5.1/information-schema.xml
   trunk/refman-5.1/sql-syntax.xml

Modified: trunk/refman-5.1/information-schema.xml
===================================================================
--- trunk/refman-5.1/information-schema.xml	2006-02-28 21:31:11 UTC (rev 1465)
+++ trunk/refman-5.1/information-schema.xml	2006-02-28 21:42:32 UTC (rev 1466)
@@ -3853,8 +3853,8 @@
 
         <para>
           If there is no <literal>STARTS</literal> clause affecting the
-          timing of the event, this column contains
-          <literal>NULL</literal>.
+          timing of the event, this column is empty. (Prior to MySQL
+          5.1.8, it contained <literal>NULL</literal> in such cases.)
         </para>
       </listitem>
 

Modified: trunk/refman-5.1/sql-syntax.xml
===================================================================
--- trunk/refman-5.1/sql-syntax.xml	2006-02-28 21:31:11 UTC (rev 1465)
+++ trunk/refman-5.1/sql-syntax.xml	2006-02-28 21:42:32 UTC (rev 1466)
@@ -16354,9 +16354,10 @@
             <para>
               <literal>Starts</literal>: The start date and time for a
               recurring event. This is displayed as a
-              <literal>DATETIME</literal> value, and defaults to
-              <literal>'0000-00-00 00:00:00'</literal> if no start date
-              and time is defined for the event.
+              <literal>DATETIME</literal> value, and is empty if no
+              start date and time are defined for the event. (Prior to
+              MySQL 5.1.8, it defaulted to <literal>'0000-00-00
+              00:00:00'</literal> in such cases.)
             </para>
 
             <para>

Thread
svn commit - mysqldoc@docsrva: r1466 - trunk/refman-5.1jon28 Feb