| 796 | String rewritten_query; |
| 797 | |
| 798 | inline char *query() const { return query_string.str(); } |
| 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) |
no test coverage detected