diff options
author | unknown <serg@serg.mylan> | 2005-03-13 21:58:09 +0100 |
---|---|---|
committer | unknown <serg@serg.mylan> | 2005-03-13 21:58:09 +0100 |
commit | ec372b09fe061f44fa33e4ed2baa0ee8911955de (patch) | |
tree | b8781cf585dcf44abc4918c5d44feee0747ad2f8 /sql/log.cc | |
parent | deabb45081c2430ea7aa549ec46f6cd5cb0868d9 (diff) | |
download | mariadb-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/log.cc')
-rw-r--r-- | sql/log.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/log.cc b/sql/log.cc index 9bd1865fc4f..7d6496626d5 100644 --- a/sql/log.cc +++ b/sql/log.cc @@ -46,6 +46,7 @@ static int binlog_rollback(THD *thd, bool all); static int binlog_prepare(THD *thd, bool all); static handlerton binlog_hton = { + "binlog", 0, sizeof(my_off_t), /* savepoint size = binlog offset */ binlog_close_connection, |