399
399
#define mi_print_error(SHARE, ERRNO) \
400
400
mi_report_error((ERRNO), (SHARE)->index_file_name)
405
403
void _mi_report_crashed(MI_INFO *file __attribute__((unused)),
406
404
const char *message __attribute__((unused)),
407
405
const char *sfile __attribute__((unused)),
408
406
uint sline __attribute__((unused)));
412
408
/* Functions to store length of space packed keys, VARCHAR or BLOB keys */
414
410
#define store_key_length(key,length) \