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

Function load_defaults

mysys_ssl/my_default.cc:573–577  ·  view source on GitHub ↗

Wrapper around my_load_defaults() for interface compatibility. SYNOPSIS load_defaults() conf_file Basename for configuration file to search for. If this is a path, then only this file is read. groups Which [group] entrys to read. Points to an null terminated array of pointers argc Pointer to argc of original program argv Pointer to argv of original progra

Source from the content-addressed store, hash-verified

571 1 The given conf_file didn't exists
572*/
573int load_defaults(const char *conf_file, const char **groups,
574 int *argc, char ***argv)
575{
576 return my_load_defaults(conf_file, groups, argc, argv, &default_directories);
577}
578
579/*
580 Read options from configurations files

Callers 1

mainFunction · 0.85

Calls 1

my_load_defaultsFunction · 0.85

Tested by

no test coverage detected