From: jon
Date: September 3 2007 8:19pm
Subject: svn commit - mysqldoc@docsrva: r7639 - in trunk: refman-5.0 refman-5.1 refman-5.2
List-Archive: http://lists.mysql.com/commits/33601
Message-Id: <200709032019.l83KJZYc008083@docsrva.mysql.com>
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Author: jstephens
Date: 2007-09-03 22:19:34 +0200 (Mon, 03 Sep 2007)
New Revision: 7639
Log:
Triggers are activated by SQL statements only. (Geert/Support request)
Modified:
trunk/refman-5.0/restrictions.xml
trunk/refman-5.0/triggers.xml
trunk/refman-5.1/triggers.xml
trunk/refman-5.2/triggers.xml
Modified: trunk/refman-5.0/restrictions.xml
===================================================================
--- trunk/refman-5.0/restrictions.xml 2007-09-03 16:25:24 UTC (rev 7638)
+++ trunk/refman-5.0/restrictions.xml 2007-09-03 20:19:34 UTC (rev 7639)
Changed blocks: 1, Lines Added: 6, Lines Deleted: 2; 714 bytes
@@ -59,9 +59,13 @@
The table-maintenance statements CHECK
TABLES and OPTIMIZE TABLES.
- Note: This restriction is
- lifted beginning with MySQL 5.0.17.
+
+
+
+ This restriction is lifted beginning with MySQL 5.0.17.
+
+
Modified: trunk/refman-5.0/triggers.xml
===================================================================
--- trunk/refman-5.0/triggers.xml 2007-09-03 16:25:24 UTC (rev 7638)
+++ trunk/refman-5.0/triggers.xml 2007-09-03 20:19:34 UTC (rev 7639)
Changed blocks: 2, Lines Added: 20, Lines Deleted: 0; 1411 bytes
@@ -37,6 +37,16 @@
Query OK, 0 rows affected (0.06 sec)
+
+
+ MySQL triggers are activated by SQL statements
+ only. They are not activated by changes in
+ tables made by APIs that do not transmit SQL statements to the
+ MySQL Server; in particular, they are not activated by updates
+ made using the NDB API.
+
+
+
This chapter describes the syntax for creating and dropping
triggers, and shows some examples of how to use them. Discussion of
@@ -618,6 +628,16 @@
that is updated.
+
+
+ MySQL triggers are activated by SQL statements
+ only. They are not activated by changes in
+ tables made by APIs that do not transmit SQL statements to the
+ MySQL Server; in particular, they are not activated by updates
+ made using the NDB API.
+
+
+
To create a trigger or drop a trigger, use the CREATE
TRIGGER or DROP TRIGGER statement.
Modified: trunk/refman-5.1/triggers.xml
===================================================================
--- trunk/refman-5.1/triggers.xml 2007-09-03 16:25:24 UTC (rev 7638)
+++ trunk/refman-5.1/triggers.xml 2007-09-03 20:19:34 UTC (rev 7639)
Changed blocks: 2, Lines Added: 20, Lines Deleted: 0; 1411 bytes
@@ -36,6 +36,16 @@
Query OK, 0 rows affected (0.06 sec)
+
+
+ MySQL triggers are activated by SQL statements
+ only. They are not activated by changes in
+ tables made by APIs that do not transmit SQL statements to the
+ MySQL Server; in particular, they are not activated by updates
+ made using the NDB API.
+
+
+
This chapter describes the syntax for creating and dropping
triggers, and shows some examples of how to use them. Discussion of
@@ -569,6 +579,16 @@
that is updated.
+
+
+ MySQL triggers are activated by SQL statements
+ only. They are not activated by changes in
+ tables made by APIs that do not transmit SQL statements to the
+ MySQL Server; in particular, they are not activated by updates
+ made using the NDB API.
+
+
+
To create a trigger or drop a trigger, use the CREATE
TRIGGER or DROP TRIGGER statement.
Modified: trunk/refman-5.2/triggers.xml
===================================================================
--- trunk/refman-5.2/triggers.xml 2007-09-03 16:25:24 UTC (rev 7638)
+++ trunk/refman-5.2/triggers.xml 2007-09-03 20:19:34 UTC (rev 7639)
Changed blocks: 2, Lines Added: 20, Lines Deleted: 0; 1411 bytes
@@ -36,6 +36,16 @@
Query OK, 0 rows affected (0.06 sec)
+
+
+ MySQL triggers are activated by SQL statements
+ only. They are not activated by changes in
+ tables made by APIs that do not transmit SQL statements to the
+ MySQL Server; in particular, they are not activated by updates
+ made using the NDB API.
+
+
+
This chapter describes the syntax for creating and dropping
triggers, and shows some examples of how to use them. Discussion of
@@ -569,6 +579,16 @@
that is updated.
+
+
+ MySQL triggers are activated by SQL statements
+ only. They are not activated by changes in
+ tables made by APIs that do not transmit SQL statements to the
+ MySQL Server; in particular, they are not activated by updates
+ made using the NDB API.
+
+
+
To create a trigger or drop a trigger, use the CREATE
TRIGGER or DROP TRIGGER statement.