Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MariaDB/server
/ sp_cache_invalidate
Function
sp_cache_invalidate
sql/sp_cache.cc:214–218 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
212
*/
213
214
void sp_cache_invalidate()
215
{
216
DBUG_PRINT(
"info"
,(
"sp_cache: invalidating"
));
217
thread_safe_increment(Cversion, &Cversion_lock);
218
}
219
220
221
/**
Callers
7
mysql_create_or_drop_trigger
Function · 0.85
sp_drop_routine_internal
Method · 0.85
sp_create_routine
Method · 0.85
sp_update_routine
Method · 0.85
sp_drop_db_routines
Function · 0.85
mysql_create_view
Function · 0.85
mysql_drop_view
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected