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