| 111 | */ |
| 112 | |
| 113 | void Item_func_not::print(String *str, enum_query_type query_type) |
| 114 | { |
| 115 | str->append('('); |
| 116 | Item_func::print(str, query_type); |
| 117 | str->append(')'); |
| 118 | } |
| 119 | |
| 120 | void Item_func_not_all::print(String *str, enum_query_type query_type) |
| 121 | { |