Commit ba7cf8ca authored by unknown's avatar unknown
Browse files

comment change (post-review of "replication of triggers"). Btw date_formats...

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
parent d3697c75
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -53,10 +53,10 @@ class Table_triggers_list: public Sql_alloc
        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);