~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/myisam/myisamdef.h

  • Committer: Monty Taylor
  • Date: 2008-12-08 10:34:49 UTC
  • mto: This revision was merged to the branch mainline in revision 670.
  • Revision ID: monty@inaugust.com-20081208103449-4rz1ffja67yfcdgc
Removed my_seek, my_tell, my_fwrite, my_fseek.

Show diffs side-by-side

added added

removed removed

Lines of Context:
601
601
                          uint32_t length,int re_read_if_possibly);
602
602
extern uint64_t retrieve_auto_increment(MI_INFO *info,const unsigned char *record);
603
603
 
604
 
unsigned char *mi_alloc_rec_buff(MI_INFO *info, ulong length, unsigned char **buf);
 
604
unsigned char *mi_alloc_rec_buff(MI_INFO *info, size_t length, unsigned char **buf);
605
605
#define mi_get_rec_buff_ptr(info,buf)                              \
606
606
        ((((info)->s->options & HA_OPTION_PACK_RECORD) && (buf)) ? \
607
607
        (buf) - MI_REC_BUFF_OFFSET : (buf))