Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
159
bool
160
ignore_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_variables
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected