32
32
HP_INFO *heap_open_from_share(HP_SHARE *share, int mode)
36
37
if (!(info= (HP_INFO*) my_malloc((uint) sizeof(HP_INFO) +
37
38
2 * share->max_key_length,
43
44
thr_lock_data_init(&share->lock,&info->lock,NULL);
49
50
info->lastinx= info->errkey= -1;