100
106
void FunctionCursor::position(const unsigned char *record)
112
memcpy(&row_cache[record_id * table->getShare()->getRecordLength()], record, table->getShare()->getRecordLength());
108
113
internal::my_store_ptr(ref, ref_length, record_id);
121
120
if (rows_returned > estimate_of_rows)
122
121
estimate_of_rows= rows_returned;
126
147
delete generator; // Do this in case of an early exit from rnd_next()