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