summaryrefslogtreecommitdiff
path: root/sql/handler.h
diff options
context:
space:
mode:
authorunknown <monty@work.mysql.com>2001-10-11 03:43:47 +0200
committerunknown <monty@work.mysql.com>2001-10-11 03:43:47 +0200
commit78ea62d80f2265db08e9842e3a6dc3678f46dd0a (patch)
tree40989079fc69615ed92bf1cc5bfc03e6f9e512ff /sql/handler.h
parent2f4e168159e72028633fe5005dd3e85211fc476e (diff)
parent1904897be71cba7e6f2cf1192ba0cc2e8d907e00 (diff)
downloadmariadb-git-78ea62d80f2265db08e9842e3a6dc3678f46dd0a.tar.gz
merge
BitKeeper/etc/logging_ok: auto-union sql/handler.cc: Auto merged BitKeeper/deleted/.del-violite.c~984c09cffe14a11b: Auto merged BitKeeper/deleted/.del-violite.c~d7b85be615595ace: Auto merged innobase/log/log0log.c: Auto merged innobase/srv/srv0start.c: Auto merged sql/sql_table.cc: Auto merged
Diffstat (limited to 'sql/handler.h')
-rw-r--r--sql/handler.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/handler.h b/sql/handler.h
index dc26ff1d303..5d74a1ada7d 100644
--- a/sql/handler.h
+++ b/sql/handler.h
@@ -148,6 +148,7 @@ typedef struct st_ha_create_information
ulonglong auto_increment_value;
char *comment,*password;
char *data_file_name, *index_file_name;
+ char *create_statement;
uint options; /* OR of HA_CREATE_ options */
uint raid_type,raid_chunks;
ulong raid_chunksize;
@@ -345,6 +346,7 @@ 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);
int ha_delete_table(enum db_type db_type, const char *path);
+void ha_drop_database(char* path);
void ha_key_cache(void);
int ha_start_stmt(THD *thd);
int ha_commit_trans(THD *thd, THD_TRANS *trans);