| 2158 | bool basic_const_item() const { return 1; } |
| 2159 | |
| 2160 | inline void append(char *str, uint length) |
| 2161 | { |
| 2162 | str_value.append(str, length); |
| 2163 | max_length= str_value.numchars() * collation.collation->mbmaxlen; |
| 2164 | } |
| 2165 | virtual void print(String *str, enum_query_type query_type); |
| 2166 | bool check_partition_func_processor(uchar *int_arg) {return FALSE;} |
| 2167 |