1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

MDEV-7281 EVENT: CREATE OR REPLACE

This commit is contained in:
Alexander Barkov
2015-02-27 13:34:18 +04:00
parent 77806da0da
commit 2d01907c1d
12 changed files with 211 additions and 15 deletions

View File

@ -4439,8 +4439,7 @@ end_with_restore_list:
switch (lex->sql_command) {
case SQLCOM_CREATE_EVENT:
{
bool if_not_exists= lex->create_info.if_not_exists();
res= Events::create_event(thd, lex->event_parse_data, if_not_exists);
res= Events::create_event(thd, lex->event_parse_data);
break;
}
case SQLCOM_ALTER_EVENT: