summaryrefslogtreecommitdiff
path: root/sql/event_db_repository.h
diff options
context:
space:
mode:
Diffstat (limited to 'sql/event_db_repository.h')
-rw-r--r--sql/event_db_repository.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sql/event_db_repository.h b/sql/event_db_repository.h
index 0c2fcf9542d..10a10d7957a 100644
--- a/sql/event_db_repository.h
+++ b/sql/event_db_repository.h
@@ -63,7 +63,7 @@ public:
update_event(THD *thd, Event_parse_data *parse_data, LEX_STRING *new_dbname,
LEX_STRING *new_name);
- bool
+ bool
drop_event(THD *thd, LEX_STRING db, LEX_STRING name, bool drop_if_exists);
void
@@ -99,5 +99,5 @@ private:
Event_db_repository(const Event_db_repository &);
void operator=(Event_db_repository &);
};
-
+
#endif /* _EVENT_DB_REPOSITORY_H_ */