Reorganize, physically the events code

Unify method naming -> create/update/drop_event
Move class Event_timed to event_timed.h
class Events is in events.h (renamed from event.h)
The implementation is in events.cc (renamed from event.h)
This commit is contained in:
andrey@lmy004. 2006-06-08 23:07:11 +02:00
commit 1d1e9d10b6
21 changed files with 236 additions and 440 deletions

View file

@ -1771,3 +1771,4 @@ vio/viotest.cpp
zlib/*.ds?
zlib/*.vcproj
libmysqld/event_scheduler.cc
libmysqld/events.cc