36
28
/* Enough for comparing if number is zero */
37
29
static char zero_string[]={0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0};
41
33
static int _mi_find_writepos(MI_INFO *info,ulong reclength,my_off_t *filepos,
43
static int update_dynamic_record(MI_INFO *info,my_off_t filepos,unsigned char *record,
35
static int update_dynamic_record(MI_INFO *info,my_off_t filepos,uchar *record,
45
37
static int delete_dynamic_record(MI_INFO *info,my_off_t filepos,
47
static int _mi_cmp_buffer(File file, const unsigned char *buff, my_off_t filepos,
39
static int _mi_cmp_buffer(File file, const uchar *buff, my_off_t filepos,
50
42
/* Play it safe; We have a small stack when using threads */
56
48
/* Interface function from MI_INFO */