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