List:Commits« Previous MessageNext Message »
From:jon Date:April 19 2006 1:05am
Subject:svn commit - mysqldoc@docsrva: r1862 - trunk/refman-5.1
View as plain text  
Author: jstephens
Date: 2006-04-19 01:05:14 +0200 (Wed, 19 Apr 2006)
New Revision: 1862

Log:

PeterG objects to "transient".



Modified:
   trunk/refman-5.1/events.xml
   trunk/refman-5.1/information-schema.xml

Modified: trunk/refman-5.1/events.xml
===================================================================
--- trunk/refman-5.1/events.xml	2006-04-18 20:44:12 UTC (rev 1861)
+++ trunk/refman-5.1/events.xml	2006-04-18 23:05:14 UTC (rev 1862)
@@ -148,8 +148,8 @@
           This action consists of an SQL statement, which can be a
           compound statement in a <literal>BEGIN ... END</literal> block
           if desired (see <xref linkend="begin-end"/>). An event's
-          timing can be either <firstterm>transient</firstterm> or
-          <firstterm>recurrent</firstterm>. A transient event executes
+          timing can be either <firstterm>one-time</firstterm> or
+          <firstterm>recurrent</firstterm>. A one-time event executes
           one time only. A recurrent event repeats its action at a
           regular interval, and the schedule for a recurring event can
           be assigned a specific start day and time, end day and time,
@@ -481,7 +481,7 @@
         <listitem>
           <para>
             <literal>AT
<replaceable>timestamp</replaceable></literal>
-            is used for a transient event. It specifies that the event
+            is used for a one-time event. It specifies that the event
             executes one time only at the date and time, given as the
             <replaceable>timestamp</replaceable>, which must include
             both the date and time, or must be an expression that

Modified: trunk/refman-5.1/information-schema.xml
===================================================================
--- trunk/refman-5.1/information-schema.xml	2006-04-18 20:44:12 UTC (rev 1861)
+++ trunk/refman-5.1/information-schema.xml	2006-04-18 23:05:14 UTC (rev 1862)
@@ -3795,7 +3795,7 @@
 
       <listitem>
         <para>
-          <literal>EXECUTE_AT</literal>: For a transient event, this is
+          <literal>EXECUTE_AT</literal>: For a one-time event, this is
           the <literal>DATETIME</literal> value specified in the
           <literal>AT</literal> clause of the <literal>CREATE
           EVENT</literal> statement used to create the event, or of the
@@ -3826,7 +3826,7 @@
         </para>
 
         <para>
-          For a transient event (that is, an event whose timing is
+          For a one-time event (that is, an event whose timing is
           determined by an <literal>AT</literal> clause), this column's
           value is <literal>NULL</literal>.
         </para>
@@ -3845,7 +3845,7 @@
         </para>
 
         <para>
-          For a transient event (that is, an event whose timing is
+          For a one-time event (that is, an event whose timing is
           determined by an <literal>AT</literal> clause), this column's
           value is <literal>NULL</literal>.
         </para>

Thread
svn commit - mysqldoc@docsrva: r1862 - trunk/refman-5.1jon19 Apr