Commit da63714e authored by unknown's avatar unknown

sql/event.h

  remove extra qualification makeing gcc4 barf


sql/event.h:
  remove extra qualification makeing gcc4 barf
parent bc8726cb
...@@ -136,7 +136,7 @@ public: ...@@ -136,7 +136,7 @@ public:
init_ends(THD *thd, Item *ends); init_ends(THD *thd, Item *ends);
void void
event_timed::init_body(THD *thd); init_body(THD *thd);
void void
init_comment(THD *thd, LEX_STRING *set_comment); 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