16
16
/* open a heap-database */
26
26
Open heap table based on HP_SHARE structure
29
29
This doesn't register the table in the open table list.
32
32
HP_INFO *heap_open_from_share(HP_SHARE *share, int mode)
40
48
info->current_record= UINT32_MAX; /* No current record */
41
49
info->lastinx= info->errkey= -1;