List:Internals« Previous MessageNext Message »
From:guilhem Date:May 10 2005 1:55pm
Subject:bk commit into 5.0 tree (gbichot:1.1936)
View as plain text  
Below is the list of changes that have just been committed into a local
5.0 repository of gbichot. When gbichot 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://dev.mysql.com/doc/mysql/en/installing-source-tree.html

ChangeSet
  1.1936 05/05/10 15:55:22 gbichot@stripped +1 -0
  comment change (post-review of "replication of triggers"). Btw date_formats segfaults with --ps-protocol - not caused by my changes though; I'll file a bug report.

  sql/sql_trigger.h
    1.6 05/05/10 15:55:17 gbichot@stripped +4 -4
    changing comment

# 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:	gbichot
# Host:	quadita2.mysql.com
# Root:	/nfstmp1/guilhem/mysql-5.0-4ita

--- 1.5/sql/sql_trigger.h	2005-05-06 18:52:14 +02:00
+++ 1.6/sql/sql_trigger.h	2005-05-10 15:55:17 +02:00
@@ -53,10 +53,10 @@
         should be invoked with creator rights).
       */
       /*
-	Guilhem puts code to disable binlogging, as in SP/functions, even
-        though currently triggers can't do updates. When triggers can do
-        updates, someone should add such a trigger to rpl_sp.test to verify
-        that the update does NOT go into binlog.
+	We disable binlogging, as in SP/functions, even though currently
+        triggers can't do updates. When triggers can do updates, someone
+        should add such a trigger to rpl_sp.test to verify that the update
+        does NOT go into binlog.
       */
       tmp_disable_binlog(thd);
       res= bodies[event][time_type]->execute_function(thd, 0, 0, 0);
Thread
bk commit into 5.0 tree (gbichot:1.1936)guilhem10 May