diff options
author | serg@serg.mylan <> | 2005-03-13 21:58:09 +0100 |
---|---|---|
committer | serg@serg.mylan <> | 2005-03-13 21:58:09 +0100 |
commit | 8986ffebde7495d97bf2476521cf1338b6b1670d (patch) | |
tree | b8781cf585dcf44abc4918c5d44feee0747ad2f8 /sql/examples | |
parent | 0c31836fa574cc8ca4897049f6701b773271b0d1 (diff) | |
download | mariadb-git-8986ffebde7495d97bf2476521cf1338b6b1670d.tar.gz |
print xa recovery progress
add names to handlertons
trans_need_2pc() macro
Diffstat (limited to 'sql/examples')
-rw-r--r-- | sql/examples/ha_archive.cc | 1 |
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 */ |