Commit da63714e authored by unknown's avatar unknown
Browse files

sql/event.h

  remove extra qualification makeing gcc4 barf


sql/event.h:
  remove extra qualification makeing gcc4 barf
parent bc8726cb
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);