Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
840
extern
"C"
841
char *thd_strmake(MYSQL_THD thd, const char *str, unsigned int size)
842
{
843
return thd->strmake(str, size);
844
}
845
846
extern
"C"
847
LEX_STRING *thd_make_lex_string(THD *thd, LEX_STRING *lex_str,
Callers
nothing calls this directly
Calls
1
strmake
Method · 0.80
Tested by
no test coverage detected