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

Function ignore_db_dirs_init

sql/sql_show.cc:159–164  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

157*/
158
159bool
160ignore_db_dirs_init()
161{
162 return my_init_dynamic_array(&ignore_db_dirs_array, sizeof(LEX_STRING *),
163 0, 0);
164}
165
166
167/**

Callers 1

init_common_variablesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected