MCPcopy Create free account
hub / github.com/MariaDB/server / mysql_query_cache_invalidate4

Function mysql_query_cache_invalidate4

sql/sql_cache.cc:1259–1264  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1257*/
1258extern "C"
1259void mysql_query_cache_invalidate4(THD *thd,
1260 const char *key, unsigned key_length,
1261 int using_trx)
1262{
1263 query_cache.invalidate(thd, key, (uint32) key_length, (my_bool) using_trx);
1264}
1265
1266
1267/*****************************************************************************

Callers 1

Calls 1

invalidateMethod · 0.45

Tested by

no test coverage detected