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

Function main

mysys/testhash.c:50–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48/* main program */
49
50int main(int argc,char *argv[])
51{
52 MY_INIT(argv[0]);
53 DBUG_PROCESS(argv[0]);
54
55 get_options(argc,argv);
56
57 exit(do_test());
58}
59
60static int do_test()
61{

Callers

nothing calls this directly

Calls 2

get_optionsFunction · 0.70
do_testFunction · 0.70

Tested by

no test coverage detected