summaryrefslogtreecommitdiff
path: root/sql/handler.h
diff options
context:
space:
mode:
authormonty@work.mysql.com <>2001-10-11 03:43:47 +0200
committermonty@work.mysql.com <>2001-10-11 03:43:47 +0200
commit38a4648ad8b20db3b2f310f0b9704e688f93a738 (patch)
tree40989079fc69615ed92bf1cc5bfc03e6f9e512ff /sql/handler.h
parent24b9e87974fe997cd84ff0b71b8de0897348f9d3 (diff)
parent1d7747aa25fba426b9acbd21fcc362bb461b2c4b (diff)
downloadmariadb-git-38a4648ad8b20db3b2f310f0b9704e688f93a738.tar.gz
merge
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);