diff options
author | brian@zim.(none) <> | 2005-09-19 12:06:23 -0700 |
---|---|---|
committer | brian@zim.(none) <> | 2005-09-19 12:06:23 -0700 |
commit | 616c324436c127bf477451872bbfdef330089794 (patch) | |
tree | 66c32512f8a36415aa9c06747310d1dd892ff475 /sql/ha_heap.cc | |
parent | 87a8fb48077011afcc6a61dffa0e0a88aeed498a (diff) | |
download | mariadb-git-616c324436c127bf477451872bbfdef330089794.tar.gz |
Cleanup for handlerton structure to allow for loadable engine work. This is the first in a series of patches.
Diffstat (limited to 'sql/ha_heap.cc')
-rw-r--r-- | sql/ha_heap.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/ha_heap.cc b/sql/ha_heap.cc index 94ee3f8e656..fafd597e858 100644 --- a/sql/ha_heap.cc +++ b/sql/ha_heap.cc @@ -23,7 +23,7 @@ #include <myisampack.h> #include "ha_heap.h" -static handlerton heap_hton= { +handlerton heap_hton= { "MEMORY", 0, /* slot */ 0, /* savepoint size. */ |