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:
@ -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:
|
||||
|
Reference in New Issue
Block a user