List:Internals« Previous MessageNext Message »
From:paul Date:September 16 2005 1:22am
Subject:bk commit - mysqldoc@docsrva tree (paul:1.3576)
View as plain text  
Below is the list of changes that have just been committed into a local
mysqldoc repository of paul. When paul does a push these changes will
be propagated to the main repository and, within 24 hours after the
push, to the public repository.
For information on how to access the public repository
see http://www.mysql.com/doc/I/n/Installing_source_tree.html

ChangeSet
  1.3576 05/09/15 20:22:51 paul@stripped +3 -0
  Privs required in triggered statements are required
  at activation time, not definition time.

  refman/triggers.xml
    1.22 05/09/15 20:22:49 paul@stripped +4 -1
    Privs required in triggered statements are required
    at activation time, not definition time.

  refman-5.1/triggers.xml
    1.10 05/09/15 20:22:49 paul@stripped +4 -1
    Sync.

  refman-5.0/triggers.xml
    1.11 05/09/15 20:22:49 paul@stripped +4 -1
    Sync.

# This is a BitKeeper patch.  What follows are the unified diffs for the
# set of deltas contained in the patch.  The rest of the patch, the part
# that BitKeeper cares about, is below these diffs.
# User:	paul
# Host:	frost.snake.net
# Root:	/Users/paul/bk/mysqldoc

--- 1.9/refman-5.1/triggers.xml	2005-09-06 16:15:55 -05:00
+++ 1.10/refman-5.1/triggers.xml	2005-09-15 20:22:49 -05:00
@@ -228,7 +228,10 @@
     </para>
 
     <para>
-      Use of <literal>SET NEW.<replaceable>col_name</replaceable> =
+      When a trigger activates, references to table columns using
+      <literal>NEW</literal> or <literal>OLD</literal> require the
+      appropriate access privileges. Use of <literal>SET
+      NEW.<replaceable>col_name</replaceable> =
       <replaceable>value</replaceable></literal> requires the
       <literal>UPDATE</literal> privilege on the column. Use of
       <literal>SET <replaceable>var_name</replaceable> =

--- 1.21/refman/triggers.xml	2005-09-10 18:54:08 -05:00
+++ 1.22/refman/triggers.xml	2005-09-15 20:22:49 -05:00
@@ -226,7 +226,10 @@
     </para>
 
     <para>
-      Use of <literal>SET NEW.<replaceable>col_name</replaceable> =
+      When a trigger activates, references to table columns using
+      <literal>NEW</literal> or <literal>OLD</literal> require the
+      appropriate access privileges. Use of <literal>SET
+      NEW.<replaceable>col_name</replaceable> =
       <replaceable>value</replaceable></literal> requires the
       <literal>UPDATE</literal> privilege on the column. Use of
       <literal>SET <replaceable>var_name</replaceable> =

--- 1.10/refman-5.0/triggers.xml	2005-09-06 16:15:52 -05:00
+++ 1.11/refman-5.0/triggers.xml	2005-09-15 20:22:49 -05:00
@@ -228,7 +228,10 @@
     </para>
 
     <para>
-      Use of <literal>SET NEW.<replaceable>col_name</replaceable> =
+      When a trigger activates, references to table columns using
+      <literal>NEW</literal> or <literal>OLD</literal> require the
+      appropriate access privileges. Use of <literal>SET
+      NEW.<replaceable>col_name</replaceable> =
       <replaceable>value</replaceable></literal> requires the
       <literal>UPDATE</literal> privilege on the column. Use of
       <literal>SET <replaceable>var_name</replaceable> =
Thread
bk commit - mysqldoc@docsrva tree (paul:1.3576)paul16 Sep