summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAshish Agarwal <ashish.y.agarwal@oracle.com>2011-09-27 17:44:31 +0530
committerAshish Agarwal <ashish.y.agarwal@oracle.com>2011-09-27 17:44:31 +0530
commit236886d754b039610c2e500e53e417e464e8faaa (patch)
treef5bd691382ef6bdba1495329896320f0c9c56c38 /include
parent9cc04425278c6aa9ba7930ce1eb907e47d35a399 (diff)
parent5dbcff9b9c86dc9608252d270b6ebff7a6066040 (diff)
downloadmariadb-git-236886d754b039610c2e500e53e417e464e8faaa.tar.gz
Bug#11759349 -- Merge of patch from mysql-5.1.
Diffstat (limited to 'include')
-rw-r--r--include/heap.h2
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;