summaryrefslogtreecommitdiff
path: root/sql/handler.h
diff options
context:
space:
mode:
authorunknown <baker@bk-internal.mysql.com>2006-11-07 06:59:51 +0100
committerunknown <baker@bk-internal.mysql.com>2006-11-07 06:59:51 +0100
commit9691a43cc805786a1c3a456c46df24908c4c7a52 (patch)
tree8e65fc0884d7351a6b131804c5c7cc129d8e6cd9 /sql/handler.h
parentdd72647032cf157b063fe9a7f02ed2994734b1c0 (diff)
parent53a95766b41d93cef9f00c089c8879edbc164308 (diff)
downloadmariadb-git-9691a43cc805786a1c3a456c46df24908c4c7a52.tar.gz
Merge bk-internal.mysql.com:/data0/bk/mysql-5.1
into bk-internal.mysql.com:/data0/bk/mysql-5.1-arch sql/handler.cc: Auto merged sql/handler.h: Auto merged sql/mysqld.cc: Auto merged sql/set_var.cc: Auto merged
Diffstat (limited to 'sql/handler.h')
-rw-r--r--sql/handler.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/handler.h b/sql/handler.h
index 1756693ed3d..888f837d427 100644
--- a/sql/handler.h
+++ b/sql/handler.h
@@ -1658,6 +1658,7 @@ static inline bool ha_storage_engine_is_enabled(const handlerton *db_type)
/* basic stuff */
int ha_init(void);
+int ha_end(void);
int ha_initialize_handlerton(st_plugin_int *plugin);
int ha_finalize_handlerton(st_plugin_int *plugin);