summaryrefslogtreecommitdiff
path: root/sql/handler.h
diff options
context:
space:
mode:
authorunknown <monty@donna.mysql.com>2000-12-06 01:54:17 +0200
committerunknown <monty@donna.mysql.com>2000-12-06 01:54:17 +0200
commit7bdbe353f8faaafe7b3aa0fde23ba328fe641d31 (patch)
tree48459cdee327cbd4422e9b2c74f5472a1f1aa1b7 /sql/handler.h
parentca1c47067cda61666d531991c0be771444bbc14d (diff)
downloadmariadb-git-7bdbe353f8faaafe7b3aa0fde23ba328fe641d31.tar.gz
Added innobase handler files + other updates for innobase
Docs/manual.texi: Changelog client/mysql.cc: Added optional argument to --i-am-a-dummy sql/handler.cc: Fix for innobase sql/handler.h: Fix for innobase sql/sql_class.cc: Fix for innobase sql/sql_db.cc: Fixed that DROP DATABASE works on OS/2
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);