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

Function ignore_db_dirs_reset

sql/sql_show.cc:231–238  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

229*/
230
231void
232ignore_db_dirs_reset()
233{
234 LEX_STRING **elt;
235 while (NULL!= (elt= (LEX_STRING **) pop_dynamic(&ignore_db_dirs_array)))
236 if (elt && *elt)
237 my_free(*elt);
238}
239
240
241/**

Callers 1

ignore_db_dirs_freeFunction · 0.85

Calls 2

pop_dynamicFunction · 0.85
my_freeFunction · 0.85

Tested by

no test coverage detected