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_berkeley.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_berkeley.cc')
-rw-r--r-- | sql/ha_berkeley.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/ha_berkeley.cc b/sql/ha_berkeley.cc index b8a779c08cf..2f47b03de9d 100644 --- a/sql/ha_berkeley.cc +++ b/sql/ha_berkeley.cc @@ -107,7 +107,7 @@ static int berkeley_close_connection(THD *thd); static int berkeley_commit(THD *thd, bool all); static int berkeley_rollback(THD *thd, bool all); -static handlerton berkeley_hton = { +handlerton berkeley_hton = { "BerkeleyDB", 0, /* slot */ 0, /* savepoint size */ |