MCPcopy Create free account
hub / github.com/Meituan-Dianping/SQLAdvisor / item_create_cleanup

Function item_create_cleanup

sql/item_create.cc:5691–5696  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5689*/
5690
5691void item_create_cleanup()
5692{
5693 DBUG_ENTER("item_create_cleanup");
5694 my_hash_free(& native_functions_hash);
5695 DBUG_VOID_RETURN;
5696}
5697
5698Create_func *
5699find_native_function_builder(THD *thd, LEX_STRING name)

Callers 1

clean_upFunction · 0.85

Calls 1

my_hash_freeFunction · 0.85

Tested by

no test coverage detected