summaryrefslogtreecommitdiff
path: root/storage/heap/hp_info.c
diff options
context:
space:
mode:
Diffstat (limited to 'storage/heap/hp_info.c')
-rw-r--r--storage/heap/hp_info.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/storage/heap/hp_info.c b/storage/heap/hp_info.c
index ea78c53fd40..c72dbaf2065 100644
--- a/storage/heap/hp_info.c
+++ b/storage/heap/hp_info.c
@@ -53,6 +53,7 @@ int heap_info(reg1 HP_INFO *info,reg2 HEAPINFO *x, int flag )
x->index_length = info->s->index_length;
x->max_records = info->s->max_records;
x->errkey = info->errkey;
+ x->create_time = info->s->create_time;
if (flag & HA_STATUS_AUTO)
x->auto_increment= info->s->auto_increment + 1;
DBUG_RETURN(0);