Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
231
void
232
ignore_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_free
Function · 0.85
Calls
2
pop_dynamic
Function · 0.85
my_free
Function · 0.85
Tested by
no test coverage detected