summaryrefslogtreecommitdiff
path: root/sql/ha_archive.cc
diff options
context:
space:
mode:
Diffstat (limited to 'sql/ha_archive.cc')
-rw-r--r--sql/ha_archive.cc4
1 files changed, 1 insertions, 3 deletions
diff --git a/sql/ha_archive.cc b/sql/ha_archive.cc
index b5c2f2a6555..e5f93ea063c 100644
--- a/sql/ha_archive.cc
+++ b/sql/ha_archive.cc
@@ -140,6 +140,7 @@ static handler *archive_create_handler(TABLE_SHARE *table);
/* dummy handlerton - only to have something to return from archive_db_init */
handlerton archive_hton = {
+ MYSQL_HANDLERTON_INTERFACE_VERSION,
"ARCHIVE",
SHOW_OPTION_YES,
"Archive storage engine",
@@ -163,12 +164,9 @@ handlerton archive_hton = {
archive_create_handler, /* Create a new handler */
NULL, /* Drop a database */
archive_db_end, /* Panic call */
- NULL, /* Release temporary latches */
- NULL, /* Update Statistics */
NULL, /* Start Consistent Snapshot */
NULL, /* Flush logs */
NULL, /* Show status */
- NULL, /* Replication Report Sent Binlog */
HTON_NO_FLAGS
};