diff options
author | unknown <serg@serg.mysql.com> | 2001-10-12 17:47:13 +0200 |
---|---|---|
committer | unknown <serg@serg.mysql.com> | 2001-10-12 17:47:13 +0200 |
commit | 28dc34d1b2349b3f1f6be62650fc210fa8b12a30 (patch) | |
tree | 224ae04fa4b6a74f056f956de4f2ebb6423c1838 /sql/handler.h | |
parent | 520e121928f20a7d4141c341609c504fe12eeb31 (diff) | |
parent | 014116d5bbcd6d9f1f1863d6348f9efb0912b759 (diff) | |
download | mariadb-git-28dc34d1b2349b3f1f6be62650fc210fa8b12a30.tar.gz |
Merge work:/home/bk/mysql-4.0
into serg.mysql.com:/usr/home/serg/Abk/mysql-4.0
BitKeeper/etc/ignore:
auto-union
mysql-test/r/fulltext.result:
Auto merged
mysql-test/r/join.result:
Auto merged
mysql-test/r/fulltext_order_by.result:
Auto merged
mysql-test/r/fulltext_multi.result:
Auto merged
mysql-test/r/fulltext_cache.result:
Auto merged
mysql-test/t/fulltext.test:
Auto merged
mysql-test/t/join.test:
Auto merged
mysql-test/r/fulltext_left_join.result:
Auto merged
sql/handler.h:
Auto merged
Diffstat (limited to 'sql/handler.h')
-rw-r--r-- | sql/handler.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/handler.h b/sql/handler.h index 2f54dafe82c..e36a81cf7c7 100644 --- a/sql/handler.h +++ b/sql/handler.h @@ -150,6 +150,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; @@ -347,6 +348,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); |