mirror of
https://github.com/MariaDB/server.git
synced 2025-02-01 03:21:53 +01:00
sql/event.h
remove extra qualification makeing gcc4 barf
This commit is contained in:
parent
9e35866aa6
commit
087f573168
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue