List:Commits« Previous MessageNext Message »
From:stefan Date:April 16 2007 11:19am
Subject:svn commit - mysqldoc@docsrva: r5907 - in trunk: refman-5.0 refman-5.1
View as plain text  
Author: shinz
Date: 2007-04-16 13:19:31 +0200 (Mon, 16 Apr 2007)
New Revision: 5907

Log:
Fix typo (fixes bug #27839)

Modified:
   trunk/refman-5.0/se-blackhole.xml
   trunk/refman-5.1/se-blackhole.xml


Modified: trunk/refman-5.0/se-blackhole.xml
===================================================================
--- trunk/refman-5.0/se-blackhole.xml	2007-04-16 02:10:02 UTC (rev 5906)
+++ trunk/refman-5.0/se-blackhole.xml	2007-04-16 11:19:31 UTC (rev 5907)
Changed blocks: 1, Lines Added: 1, Lines Deleted: 1; 682 bytes

@@ -120,7 +120,7 @@
     tables work as expected. However, because the
     <literal>BLACKHOLE</literal> table does not actually store any data,
     <literal>UPDATE</literal> and <literal>DELETE</literal> triggers are
-    not activated: The <literal>FOR ANY ROW</literal> clause in the
+    not activated: The <literal>FOR EACH ROW</literal> clause in the
     trigger definition does not apply because there are no rows.
   </para>
 


Modified: trunk/refman-5.1/se-blackhole.xml
===================================================================
--- trunk/refman-5.1/se-blackhole.xml	2007-04-16 02:10:02 UTC (rev 5906)
+++ trunk/refman-5.1/se-blackhole.xml	2007-04-16 11:19:31 UTC (rev 5907)
Changed blocks: 1, Lines Added: 1, Lines Deleted: 1; 682 bytes

@@ -119,7 +119,7 @@
     tables work as expected. However, because the
     <literal>BLACKHOLE</literal> table does not actually store any data,
     <literal>UPDATE</literal> and <literal>DELETE</literal> triggers are
-    not activated: The <literal>FOR ANY ROW</literal> clause in the
+    not activated: The <literal>FOR EACH ROW</literal> clause in the
     trigger definition does not apply because there are no rows.
   </para>
 


Thread
svn commit - mysqldoc@docsrva: r5907 - in trunk: refman-5.0 refman-5.1stefan16 Apr