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

Method set_charset

sql/sql_string.h:189–190  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

187 ~String() { free(); }
188
189 inline void set_charset(const CHARSET_INFO *charset_arg)
190 { str_charset= charset_arg; }
191 inline const CHARSET_INFO *charset() const { return str_charset; }
192 inline uint32 length() const { return str_length;}
193 inline uint32 alloced_length() const { return Alloced_length;}

Callers 15

make_timeFunction · 0.45
make_dateFunction · 0.45
make_datetimeFunction · 0.45
my_TIME_to_strFunction · 0.45
val_str_asciiMethod · 0.45
val_strMethod · 0.45
crypto_transformMethod · 0.45
my_decimal2stringFunction · 0.45
str_set_decimalFunction · 0.45
val_strMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected