mirror of
https://github.com/MariaDB/server.git
synced 2026-05-07 07:35:32 +02:00
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
This commit is contained in:
parent
deabb45081
commit
ec372b09fe
7 changed files with 94 additions and 6 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue