Code comment spellfixes

This commit is contained in:
Ian Gilfillan 2020-07-14 00:42:47 +02:00 committed by Anel
commit d2982331a6
41 changed files with 214 additions and 214 deletions

View file

@ -668,7 +668,7 @@ Event_db_repository::create_event(THD *thd, Event_parse_data *parse_data,
DBUG_PRINT("info", ("name: %.*s", (int) parse_data->name.length,
parse_data->name.str));
DBUG_PRINT("info", ("check existance of an event with the same name"));
DBUG_PRINT("info", ("check existence of an event with the same name"));
if (!find_named_event(parse_data->dbname, parse_data->name, table))
{
if (thd->lex->create_info.or_replace())