sql/event.h

remove extra qualification makeing gcc4 barf
This commit is contained in:
jonas@perch.ndb.mysql.com 2006-01-12 18:30:47 +01:00
parent 9e35866aa6
commit 087f573168

View file

@ -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);