30
30
int heap_info(register HP_INFO *info, register HEAPINFO *x, int flag )
32
33
x->records = info->s->records;
48
37
x->index_length = info->s->index_length;
49
38
x->max_records = info->s->max_records;
50
39
x->errkey = info->errkey;
51
40
if (flag & HA_STATUS_AUTO)
52
41
x->auto_increment= info->s->auto_increment + 1;