List:Commits« Previous MessageNext Message »
From:jon Date:February 4 2007 8:01am
Subject:svn commit - mysqldoc@docsrva: r4780 - trunk/refman-4.1
View as plain text  
Author: jstephens
Date: 2007-02-04 08:01:01 +0100 (Sun, 04 Feb 2007)
New Revision: 4780

Log:

Removed reference to stored routines and triggers (4.1 doesn't have either).



Modified:
   trunk/refman-4.1/functions.xml


Modified: trunk/refman-4.1/functions.xml
===================================================================
--- trunk/refman-4.1/functions.xml	2007-02-03 20:20:50 UTC (rev 4779)
+++ trunk/refman-4.1/functions.xml	2007-02-04 07:01:01 UTC (rev 4780)
Changed blocks: 1, Lines Added: 1, Lines Deleted: 3; 917 bytes

@@ -6016,9 +6016,7 @@
       only once per query at the start of query execution. This means
       that multiple references to a function such as
       <literal>NOW()</literal> within a single query always produce the
-      same result (for our purposes a single query also includes a call
-      to a stored routine or trigger and all sub-routines called by that
-      routine/trigger). This principle also applies to
+      same result. This principle also applies to
       <literal>CURDATE()</literal>, <literal>CURTIME()</literal>,
       <literal>UTC_DATE()</literal>,
<literal>UTC_TIME()</literal>,
       <literal>UTC_TIMESTAMP()</literal>, and to any of their synonyms.


Thread
svn commit - mysqldoc@docsrva: r4780 - trunk/refman-4.1jon4 Feb