MCPcopy 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
214void sp_cache_invalidate()
215{
216 DBUG_PRINT("info",("sp_cache: invalidating"));
217 thread_safe_increment(Cversion, &Cversion_lock);
218}
219
220
221/**

Callers 7

sp_create_routineMethod · 0.85
sp_update_routineMethod · 0.85
sp_drop_db_routinesFunction · 0.85
mysql_create_viewFunction · 0.85
mysql_drop_viewFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected