| 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;} |
no outgoing calls
no test coverage detected