116
114
The memory location pointed to by key_infix will be deleted soon, so
117
115
allocate a new buffer and copy the key_infix into it.
122
118
memcpy(tmp_key_infix, this->key_infix, key_infix_len);
123
119
this->key_infix= tmp_key_infix;
144
126
Item_sum **func_ptr= join->sum_funcs;
147
129
if (have_min && (min_max_item->sum_func() == Item_sum::MIN_FUNC))
148
130
min_functions->push_back(min_max_item);