12
12
You should have received a copy of the GNU General Public License
13
13
along with this program; if not, write to the Free Software
14
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */
14
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
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))