70
70
Cursor *cursor; /**< The Cursor used to get data. */
72
72
KeyInfo *index_info; /**< The index chosen for data access */
73
73
unsigned char *record; /**< Buffer where the next record is returned. */
74
74
unsigned char *tmp_record; /**< Temporary storage for next_min(), next_max(). */