summaryrefslogtreecommitdiff
path: root/sql/sql_trigger.h
diff options
context:
space:
mode:
authorunknown <gbichot@quadita2.mysql.com>2005-05-10 15:55:22 +0200
committerunknown <gbichot@quadita2.mysql.com>2005-05-10 15:55:22 +0200
commitba7cf8ca53736d027311fce081af444560a5237a (patch)
treea04947e435d18f344d4c44683c5dec8400cbfef5 /sql/sql_trigger.h
parentd3697c75902209d2a54066b8d140a28dcdcfac64 (diff)
downloadmariadb-git-ba7cf8ca53736d027311fce081af444560a5237a.tar.gz
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: changing comment
Diffstat (limited to 'sql/sql_trigger.h')
-rw-r--r--sql/sql_trigger.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/sql/sql_trigger.h b/sql/sql_trigger.h
index 26cfb114cde..90c906fc72f 100644
--- a/sql/sql_trigger.h
+++ b/sql/sql_trigger.h
@@ -53,10 +53,10 @@ public:
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);