139
139
This is the most basic access method of a table using rnd_init,
140
140
rnd_next and rnd_end. No indexes are used.
142
void init_read_record(READ_RECORD *info,Session *thd, Table *table,
142
void init_read_record(READ_RECORD *info,Session *session, Table *table,
144
144
int use_record_cache, bool print_error)
148
148
memset(info, 0, sizeof(*info));
152
152
info->forms= &info->table; /* Only one table */