113
123
class store_key_const_item :public store_key_item
117
128
store_key_const_item(Session *session, Field *to_field_arg, unsigned char *ptr,
120
131
store_key_item(session, to_field_arg,ptr,
121
132
null_ptr_arg ? null_ptr_arg : item_arg->maybe_null ?
122
133
&err : (unsigned char*) 0, length, item_arg), inited(0)