diff options
author | Sergei Golubchik <sergii@pisem.net> | 2011-04-25 17:22:25 +0200 |
---|---|---|
committer | Sergei Golubchik <sergii@pisem.net> | 2011-04-25 17:22:25 +0200 |
commit | 0accbd0364e0333e0b119aa9ce93e34ded9df6cb (patch) | |
tree | bdf0738c29dc1f57fbfba3a1754524e238f15b52 /sql/sql_db.h | |
parent | 37f87d73ae8dc6c30594867b40a5d70159acf63c (diff) | |
download | mariadb-git-0accbd0364e0333e0b119aa9ce93e34ded9df6cb.tar.gz |
lots of post-merge changes
Diffstat (limited to 'sql/sql_db.h')
-rw-r--r-- | sql/sql_db.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sql/sql_db.h b/sql/sql_db.h index ecb8deaa397..c99bdb63fc5 100644 --- a/sql/sql_db.h +++ b/sql/sql_db.h @@ -19,9 +19,7 @@ #include "hash.h" /* HASH */ class THD; -typedef struct charset_info_st CHARSET_INFO; typedef struct st_ha_create_information HA_CREATE_INFO; -typedef struct st_mysql_lex_string LEX_STRING; int mysql_create_db(THD *thd, char *db, HA_CREATE_INFO *create, bool silent); bool mysql_alter_db(THD *thd, const char *db, HA_CREATE_INFO *create); |