mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 03:17:20 +02:00
5.3 merge
This commit is contained in:
commit
4f435bddfd
750 changed files with 17312 additions and 7063 deletions
|
|
@ -1,8 +1,6 @@
|
|||
#ifndef _EVENT_DB_REPOSITORY_H_
|
||||
#define _EVENT_DB_REPOSITORY_H_
|
||||
|
||||
/*
|
||||
Copyright (c) 2006, 2011, Oracle and/or its affiliates. All rights reserved.
|
||||
/* Copyright (c) 2006, 2011, Oracle and/or its affiliates.
|
||||
|
||||
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
|
||||
|
|
@ -78,7 +76,6 @@ public:
|
|||
bool
|
||||
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,
|
||||
LEX_STRING *new_name);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue