103
103
void FunctionCursor::position(const unsigned char *record)
109
memcpy(&row_cache[record_id * table->getShare()->getRecordLength()], record, table->getShare()->getRecordLength());
109
memcpy(&row_cache[record_id * getTable()->getShare()->getRecordLength()], record, getTable()->getShare()->getRecordLength());
110
110
internal::my_store_ptr(ref, ref_length, record_id);