mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
query cache statistic fixed
This commit is contained in:
@ -795,6 +795,7 @@ void Query_cache::store_query(THD *thd, TABLE_LIST *tables_used)
|
|||||||
|
|
||||||
if (ask_handler_allowance(thd, tables_used))
|
if (ask_handler_allowance(thd, tables_used))
|
||||||
{
|
{
|
||||||
|
refused++;
|
||||||
STRUCT_UNLOCK(&structure_guard_mutex);
|
STRUCT_UNLOCK(&structure_guard_mutex);
|
||||||
DBUG_VOID_RETURN;
|
DBUG_VOID_RETURN;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user