1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00

query cache statistic fixed

This commit is contained in:
bell@sanja.is.com.ua
2004-03-30 18:47:04 +03:00
parent 4bc6b551f8
commit 54d5f4ae8f

View File

@@ -795,6 +795,7 @@ void Query_cache::store_query(THD *thd, TABLE_LIST *tables_used)
if (ask_handler_allowance(thd, tables_used))
{
refused++;
STRUCT_UNLOCK(&structure_guard_mutex);
DBUG_VOID_RETURN;
}