44
47
join_read_first/next functions.
46
49
@param info READ_RECORD structure to initialize.
48
51
@param table Table to be accessed
49
52
@param print_error If true, call table->file->print_error() if an error
50
53
occurs (except for end-of-records error)
57
void init_read_record_idx(READ_RECORD *info, Session *, Table *table,
57
58
bool print_error, uint32_t idx)
60
61
memset(info, 0, sizeof(*info));