MCPcopy Create free account
hub / github.com/MariaDB/server / set_query_inner

Method set_query_inner

sql/sql_class.h:1899–1902  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1897 }
1898 CHARSET_INFO *query_charset() const { return query_string.charset(); }
1899 void set_query_inner(const CSET_STRING &string_arg)
1900 {
1901 query_string= string_arg;
1902 }
1903 void set_query_inner(char *query_arg, uint32 query_length_arg,
1904 CHARSET_INFO *cs_arg)
1905 {

Callers 13

servers_initFunction · 0.80
plugin_loadFunction · 0.80
executeMethod · 0.80
my_tz_initFunction · 0.80
initMethod · 0.80
udf_initFunction · 0.80
ddl_log_execute_recoveryFunction · 0.80
reload_acl_and_cacheFunction · 0.80
executeMethod · 0.80
acl_initFunction · 0.80

Calls 1

CSET_STRINGClass · 0.85

Tested by

no test coverage detected