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

Function ignore_db_dirs_free

sql/sql_show.cc:247–258  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

245*/
246
247void
248ignore_db_dirs_free()
249{
250 if (opt_ignore_db_dirs)
251 {
252 my_free(opt_ignore_db_dirs);
253 opt_ignore_db_dirs= NULL;
254 }
255 ignore_db_dirs_reset();
256 delete_dynamic(&ignore_db_dirs_array);
257 my_hash_free(&ignore_db_dirs_hash);
258}
259
260
261/**

Callers 1

clean_upFunction · 0.85

Calls 4

my_freeFunction · 0.85
ignore_db_dirs_resetFunction · 0.85
delete_dynamicFunction · 0.85
my_hash_freeFunction · 0.85

Tested by

no test coverage detected