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 /include/my_time.h | |
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 'include/my_time.h')
-rw-r--r-- | include/my_time.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/my_time.h b/include/my_time.h index df500dc501b..3025b98a9c4 100644 --- a/include/my_time.h +++ b/include/my_time.h @@ -104,7 +104,7 @@ enum interval_type INTERVAL_YEAR_MONTH, INTERVAL_DAY_HOUR, INTERVAL_DAY_MINUTE, INTERVAL_DAY_SECOND, INTERVAL_HOUR_MINUTE, INTERVAL_HOUR_SECOND, INTERVAL_MINUTE_SECOND, INTERVAL_DAY_MICROSECOND, INTERVAL_HOUR_MICROSECOND, - INTERVAL_MINUTE_MICROSECOND, INTERVAL_SECOND_MICROSECOND + INTERVAL_MINUTE_MICROSECOND, INTERVAL_SECOND_MICROSECOND, INTERVAL_LAST }; C_MODE_END |