mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
perfschema - various collateral cleanups and small changes
This commit is contained in:
@ -1430,10 +1430,8 @@ Event_job_data::execute(THD *thd, bool drop)
|
||||
|
||||
if (parse_sql(thd, & parser_state, creation_ctx))
|
||||
{
|
||||
sql_print_error("Event Scheduler: "
|
||||
"%serror during compilation of %s.%s",
|
||||
thd->is_fatal_error ? "fatal " : "",
|
||||
(const char *) dbname.str, (const char *) name.str);
|
||||
sql_print_error("Event Scheduler: %serror during compilation of %s.%s",
|
||||
thd->is_fatal_error ? "fatal " : "", dbname.str, name.str);
|
||||
goto end;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user