16
16
/* Read through all rows sequntially */
20
20
int mi_scan_init(register MI_INFO *info)
22
22
info->nextpos=info->s->pack.header_length; /* Read first record */
23
23
info->lastinx= -1; /* Can't forward or backward */
24
24
if (info->opt_flag & WRITE_CACHE_USED && flush_io_cache(&info->rec_cache))