Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MariaDB/server
/ fix_local_query_cache_mode
Function
fix_local_query_cache_mode
sql/sql_cache.cc:574–578 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
572
*/
573
574
void inline fix_local_query_cache_mode(THD *thd)
575
{
576
if (global_system_variables.query_cache_type == 0)
577
thd->variables.query_cache_type= 0;
578
}
579
580
581
/**
Callers
2
try_lock
Method · 0.85
lock
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected