summaryrefslogtreecommitdiff
path: root/sql/ha_berkeley.cc
diff options
context:
space:
mode:
authorunknown <serg@serg.mylan>2005-03-13 21:58:09 +0100
committerunknown <serg@serg.mylan>2005-03-13 21:58:09 +0100
commitec372b09fe061f44fa33e4ed2baa0ee8911955de (patch)
treeb8781cf585dcf44abc4918c5d44feee0747ad2f8 /sql/ha_berkeley.cc
parentdeabb45081c2430ea7aa549ec46f6cd5cb0868d9 (diff)
downloadmariadb-git-ec372b09fe061f44fa33e4ed2baa0ee8911955de.tar.gz
print xa recovery progress
add names to handlertons trans_need_2pc() macro sql/examples/ha_archive.cc: add names to handlertons sql/ha_berkeley.cc: add names to handlertons sql/ha_innodb.cc: add names to handlertons sql/ha_ndbcluster.cc: add names to handlertons sql/handler.cc: print xa recovery progress sql/handler.h: add names to handlertons trans_need_2pc() macro sql/log.cc: add names to handlertons
Diffstat (limited to 'sql/ha_berkeley.cc')
-rw-r--r--sql/ha_berkeley.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/ha_berkeley.cc b/sql/ha_berkeley.cc
index f8e14844875..b91a0624335 100644
--- a/sql/ha_berkeley.cc
+++ b/sql/ha_berkeley.cc
@@ -107,6 +107,7 @@ static int berkeley_commit(THD *thd, bool all);
static int berkeley_rollback(THD *thd, bool all);
static handlerton berkeley_hton = {
+ "BerkeleyDB",
0, /* slot */
0, /* savepoint size */
berkeley_close_connection,