| 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 | { |
no test coverage detected