mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
Asserting correct database name lettercase in
various places in the code.
This commit is contained in:
@@ -596,6 +596,8 @@ Events::drop_schema_events(THD *thd, char *db)
|
||||
DBUG_ENTER("Events::drop_schema_events");
|
||||
DBUG_PRINT("enter", ("dropping events from %s", db));
|
||||
|
||||
DBUG_ASSERT(ok_for_lower_case_names(db));
|
||||
|
||||
/*
|
||||
Sic: no check if the scheduler is disabled or system tables
|
||||
are damaged, as intended.
|
||||
|
Reference in New Issue
Block a user