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

Function _db_set_init_

dbug/dbug.c:982–989  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

980 */
981
982void _db_set_init_(const char *control)
983{
984 CODE_STATE tmp_cs;
985 memset(&tmp_cs, 0, sizeof(tmp_cs));
986 tmp_cs.stack= &init_settings;
987 tmp_cs.process= db_process ? db_process : "dbug";
988 DbugParse(&tmp_cs, control);
989}
990
991/*
992 * FUNCTION

Callers

nothing calls this directly

Calls 1

DbugParseFunction · 0.85

Tested by

no test coverage detected