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

Function append_identifier

sql/sql_show.h:162–165  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

160void append_identifier(THD *thd, String *packet, const char *name,
161 uint length);
162inline void append_identifier(THD *thd, String *packet, Simple_cstring str)
163{
164 append_identifier(thd, packet, str.ptr(), static_cast<uint>(str.length()));
165}
166
167
168void initialize_information_schema_acl();

Callers 7

printMethod · 0.70
func_nameMethod · 0.70
printMethod · 0.70
printMethod · 0.70
print_item_w_nameMethod · 0.70
print_for_orderMethod · 0.70
printMethod · 0.70

Calls 2

ptrMethod · 0.45
lengthMethod · 0.45

Tested by

no test coverage detected