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

Method set_query_inner

sql/sql_class.h:801–804  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

799 inline uint32 query_length() const { return query_string.length(); }
800 const CHARSET_INFO *query_charset() const { return query_string.charset(); }
801 void set_query_inner(const CSET_STRING &string_arg)
802 {
803 query_string= string_arg;
804 }
805 void set_query_inner(char *query_arg, uint32 query_length_arg,
806 const CHARSET_INFO *cs_arg)
807 {

Callers 1

mysql_parseFunction · 0.80

Calls 1

CSET_STRINGClass · 0.85

Tested by

no test coverage detected