~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/myisam/myisamdef.h

  • Committer: Brian Aker
  • Date: 2008-12-09 17:33:02 UTC
  • mfrom: (656.1.54 devel)
  • Revision ID: brian@tangent.org-20081209173302-aptngvc7efxnatnt
Merge from Monty.

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))