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

Function thd_strmake

sql/sql_class.cc:841–844  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

839
840extern "C"
841char *thd_strmake(MYSQL_THD thd, const char *str, unsigned int size)
842{
843 return thd->strmake(str, size);
844}
845
846extern "C"
847LEX_STRING *thd_make_lex_string(THD *thd, LEX_STRING *lex_str,

Callers

nothing calls this directly

Calls 1

strmakeMethod · 0.80

Tested by

no test coverage detected