diff options
author | andrey@lmy004. <> | 2006-06-08 23:07:11 +0200 |
---|---|---|
committer | andrey@lmy004. <> | 2006-06-08 23:07:11 +0200 |
commit | 1d1e9d10b6fa27c433e71c5270818ea81e8f72ea (patch) | |
tree | 2e3f4a442820fb0bbe2874da5d578c0d8764ca06 /.bzrignore | |
parent | 9669d3ae586909c56a004e8522c522e3bbc10017 (diff) | |
download | mariadb-git-1d1e9d10b6fa27c433e71c5270818ea81e8f72ea.tar.gz |
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)
Diffstat (limited to '.bzrignore')
-rw-r--r-- | .bzrignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.bzrignore b/.bzrignore index 57fcbdd8f73..fd3f52b9a57 100644 --- a/.bzrignore +++ b/.bzrignore @@ -1771,3 +1771,4 @@ vio/viotest.cpp zlib/*.ds? zlib/*.vcproj libmysqld/event_scheduler.cc +libmysqld/events.cc |