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

Method reset_query_inner

sql/sql_class.h:810–813  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

808 set_query_inner(CSET_STRING(query_arg, query_length_arg, cs_arg));
809 }
810 void reset_query_inner()
811 {
812 set_query_inner(CSET_STRING());
813 }
814 /**
815 Name of the current (default) database.
816

Callers

nothing calls this directly

Calls 1

CSET_STRINGClass · 0.85

Tested by

no test coverage detected