summaryrefslogtreecommitdiff
path: root/sql/event_db_repository.h
diff options
context:
space:
mode:
authorKent Boortz <kent.boortz@oracle.com>2011-07-03 17:47:37 +0200
committerKent Boortz <kent.boortz@oracle.com>2011-07-03 17:47:37 +0200
commit1c947e0fe9b2db55f40fe6ace8638f8d8d11b644 (patch)
tree448d397ed328f719a29a8fbbd54df8d943ed7274 /sql/event_db_repository.h
parentfa506929104dfbbb4c8ddb5cf0f82b72a341a0fd (diff)
parent254aeb9e27b72660c4b001598e8030d17453af89 (diff)
downloadmariadb-git-1c947e0fe9b2db55f40fe6ace8638f8d8d11b644.tar.gz
Updated/added copyright headers
Diffstat (limited to 'sql/event_db_repository.h')
-rw-r--r--sql/event_db_repository.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/sql/event_db_repository.h b/sql/event_db_repository.h
index ef778407d1e..cfa6d32ea07 100644
--- a/sql/event_db_repository.h
+++ b/sql/event_db_repository.h
@@ -1,6 +1,6 @@
#ifndef _EVENT_DB_REPOSITORY_H_
#define _EVENT_DB_REPOSITORY_H_
-/* Copyright (C) 2004-2006 MySQL AB
+/* Copyright (c) 2006, 2011, Oracle and/or its affiliates. All rights reserved.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -73,7 +73,8 @@ public:
Event_db_repository(){}
bool
- create_event(THD *thd, Event_parse_data *parse_data, my_bool create_if_not);
+ create_event(THD *thd, Event_parse_data *parse_data, bool create_if_not,
+ bool *event_already_exists);
bool
update_event(THD *thd, Event_parse_data *parse_data, LEX_STRING *new_dbname,