1096
1099
int ha_archive::rnd_pos(unsigned char * buf, unsigned char *pos)
1098
1101
ha_statistic_increment(&SSV::ha_read_rnd_next_count);
1100
1103
if (azseek(&archive, (size_t)current_position, SEEK_SET) == (size_t)(-1L))
1101
1104
return(HA_ERR_CRASHED_ON_USAGE);
1102
1105
return(get_row(&archive, buf));