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