mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Asserting correct database name lettercase in
various places in the code.
This commit is contained in:
@ -2306,6 +2306,8 @@ void Query_cache::invalidate(THD *thd, char *db)
|
||||
if (is_disabled())
|
||||
DBUG_VOID_RETURN;
|
||||
|
||||
DBUG_ASSERT(ok_for_lower_case_names(db));
|
||||
|
||||
bool restart= FALSE;
|
||||
/*
|
||||
Lock the query cache and queue all invalidation attempts to avoid
|
||||
|
Reference in New Issue
Block a user