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

Method query_charset

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

Source from the content-addressed store, hash-verified

1896 return query_string.str() + query_string.length();
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;

Callers 2

list_callbackFunction · 0.80
call_in_target_threadMethod · 0.80

Calls 1

charsetMethod · 0.45

Tested by

no test coverage detected