Commit 6ad7b373 authored by unknown's avatar unknown
Browse files

WL #1034 (Internal CRON) post-push fix

fix problem that gcc4 does not like at all


sql/event.h:
  fix problem that gcc4 does not like at all
parent 53462e3b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -136,7 +136,7 @@ class event_timed
  init_ends(THD *thd, Item *ends);
  
  void
  event_timed::init_body(THD *thd);
  init_body(THD *thd);

  void
  init_comment(THD *thd, LEX_STRING *set_comment);