mariadb/storage/heap
Ashish Agarwal 5dbcff9b9c BUG#11759349 - 51655: CREATE TABLE IN MEMORY ENGINE DOESN'T STORE
CREATE_TIME IN INFORMATION_SC

It was impossible to determine MEMORY table creation time,
since it wasn't stored/exposed.

With this patch creation time is saved and it is available via
I_S.TABLES.CREATE_TIME.

Note: it was decided that additional analysis is required before
implementing UPDATE_TIME. Thus this patch doesn't store UPDATE_TIME.
2011-09-27 17:38:51 +05:30
..
.cvsignore
_check.c
_rectest.c
ChangeLog
CMakeLists.txt Updated/added copyright headers 2011-06-30 17:37:13 +02:00
ha_heap.cc BUG#11759349 - 51655: CREATE TABLE IN MEMORY ENGINE DOESN'T STORE 2011-09-27 17:38:51 +05:30
ha_heap.h Updated/added copyright headers 2011-07-03 17:47:37 +02:00
heapdef.h
hp_block.c
hp_clear.c
hp_close.c
hp_create.c BUG#11759349 - 51655: CREATE TABLE IN MEMORY ENGINE DOESN'T STORE 2011-09-27 17:38:51 +05:30
hp_delete.c Merge 2010-12-29 00:47:05 +01:00
hp_extra.c
hp_hash.c Updated/added copyright headers 2011-06-30 17:37:13 +02:00
hp_info.c BUG#11759349 - 51655: CREATE TABLE IN MEMORY ENGINE DOESN'T STORE 2011-09-27 17:38:51 +05:30
hp_open.c
hp_panic.c
hp_rename.c
hp_rfirst.c
hp_rkey.c
hp_rlast.c
hp_rnext.c
hp_rprev.c
hp_rrnd.c
hp_rsame.c
hp_scan.c
hp_static.c
hp_test1.c
hp_test2.c Updated/added copyright headers 2011-06-30 17:37:13 +02:00
hp_update.c
hp_write.c Updated/added copyright headers 2011-06-30 17:37:13 +02:00
make-ccc
Makefile.am
plug.in