diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/heap.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/heap.h b/include/heap.h index 49fa1ffe88e..02cb5400686 100644 --- a/include/heap.h +++ b/include/heap.h @@ -51,6 +51,7 @@ typedef struct st_heapinfo /* Struct from heap_info */ uint reclength; /* Length of one record */ int errkey; ulonglong auto_increment; + time_t create_time; } HEAPINFO; @@ -147,6 +148,7 @@ typedef struct st_heap_share uint open_count; uchar *del_link; /* Link to next block with del. rec */ char * name; /* Name of "memory-file" */ + time_t create_time; THR_LOCK lock; mysql_mutex_t intern_lock; /* Locking for use with _locking */ my_bool delete_on_close; |