summaryrefslogtreecommitdiff
path: root/sql/examples
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
commitc99dfbd8a834034c440e6ae58f3dbe9535ec59d5 (patch)
treeb8781cf585dcf44abc4918c5d44feee0747ad2f8 /sql/examples
parenta598ceaf5521d392461edc2beb9bfcacda98b0be (diff)
downloadmariadb-git-c99dfbd8a834034c440e6ae58f3dbe9535ec59d5.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/examples')
-rw-r--r--sql/examples/ha_archive.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/examples/ha_archive.cc b/sql/examples/ha_archive.cc
index ad17bd91d69..a88bfc0391b 100644
--- a/sql/examples/ha_archive.cc
+++ b/sql/examples/ha_archive.cc
@@ -137,6 +137,7 @@ static HASH archive_open_tables;
/* dummy handlerton - only to have something to return from archive_db_init */
static handlerton archive_hton = {
+ "archive",
0, /* slot */
0, /* savepoint size. */
0, /* close_connection */