~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/myisam/mi_rrnd.cc

  • Committer: Monty Taylor
  • Date: 2009-12-15 19:19:16 UTC
  • mto: (1241.14.1 out-of-tree)
  • mto: This revision was merged to the branch mainline in revision 1250.
  • Revision ID: mordred@inaugust.com-20091215191916-8wz3s0eojmkpzuy4
Put my_off_t back... but this time localized only to myisam and mysys.

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
           HA_ERR_END_OF_FILE = EOF.
30
30
*/
31
31
 
32
 
int mi_rrnd(MI_INFO *info, unsigned char *buf, register uint64_t filepos)
 
32
int mi_rrnd(MI_INFO *info, unsigned char *buf, register my_off_t filepos)
33
33
{
34
34
  bool skip_deleted_blocks;
35
35