Commit 6ad7b373 authored by unknown's avatar unknown

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
......@@ -136,7 +136,7 @@ public:
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);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment