742
742
class Item_char_typecast :public Item_typecast
750
750
:Item_typecast(a), cast_length(length_arg), cast_cs(cs_arg) {}
751
751
enum Functype functype() const { return CHAR_TYPECAST_FUNC; }
752
752
bool eq(const Item *item, bool binary_cmp) const;