summaryrefslogtreecommitdiff
path: root/sql/handler.h
diff options
context:
space:
mode:
authormonty@donna.mysql.com <>2000-12-06 01:54:17 +0200
committermonty@donna.mysql.com <>2000-12-06 01:54:17 +0200
commit3666dab5162394566ab8f16fcd910fbff77edb57 (patch)
tree48459cdee327cbd4422e9b2c74f5472a1f1aa1b7 /sql/handler.h
parent4d2076be87c4b170ceca6a7f007d97a7b481cb16 (diff)
downloadmariadb-git-3666dab5162394566ab8f16fcd910fbff77edb57.tar.gz
Added innobase handler files + other updates for innobase
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 259a3ad6405..571825c36ef 100644
--- a/sql/handler.h
+++ b/sql/handler.h
@@ -315,6 +315,7 @@ my_off_t ha_get_ptr(byte *ptr, uint pack_length);
void ha_store_ptr(byte *buff, uint pack_length, my_off_t pos);
int ha_init(void);
int ha_panic(enum ha_panic_function flag);
+void ha_close_connection(THD* thd);
enum db_type ha_checktype(enum db_type database_type);
int ha_create_table(const char *name, HA_CREATE_INFO *create_info,
bool update_create_info);