70
70
Cursor *cursor; /**< The Cursor used to get data. */
71
71
JOIN *join; /**< Descriptor of the current query */
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(). */
75
75
unsigned char *group_prefix; /**< Key prefix consisting of the GROUP fields. */