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.

This commit is contained in:
gbichot@quadita2.mysql.com 2005-05-10 15:55:22 +02:00
parent 0fe9b5474a
commit b6ca1a1485

View File

@ -53,10 +53,10 @@ public:
should be invoked with creator rights). should be invoked with creator rights).
*/ */
/* /*
Guilhem puts code to disable binlogging, as in SP/functions, even We disable binlogging, as in SP/functions, even though currently
though currently triggers can't do updates. When triggers can do triggers can't do updates. When triggers can do updates, someone
updates, someone should add such a trigger to rpl_sp.test to verify should add such a trigger to rpl_sp.test to verify that the update
that the update does NOT go into binlog. does NOT go into binlog.
*/ */
tmp_disable_binlog(thd); tmp_disable_binlog(thd);
res= bodies[event][time_type]->execute_function(thd, 0, 0, 0); res= bodies[event][time_type]->execute_function(thd, 0, 0, 0);