summaryrefslogtreecommitdiff
path: root/sql/event.h
diff options
context:
space:
mode:
authorunknown <andrey@lmy004.>2006-01-12 19:51:13 +0100
committerunknown <andrey@lmy004.>2006-01-12 19:51:13 +0100
commit6ad7b373393a07b73ad3b1e9285b6086230c1fb6 (patch)
tree0b192f594d8f7d221ccb1ff6a583675272fde821 /sql/event.h
parent53462e3be3ed29dd81817ee6e5926d1afd1b624d (diff)
downloadmariadb-git-6ad7b373393a07b73ad3b1e9285b6086230c1fb6.tar.gz
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
Diffstat (limited to 'sql/event.h')
-rw-r--r--sql/event.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/event.h b/sql/event.h
index 2a23534b97f..d302a2f70ab 100644
--- a/sql/event.h
+++ b/sql/event.h
@@ -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);