diff options
author | acurtis@xiphis.org <> | 2005-12-21 10:18:40 -0800 |
---|---|---|
committer | acurtis@xiphis.org <> | 2005-12-21 10:18:40 -0800 |
commit | 13a776778c151ec520a1f1f5694aac6efaec3f04 (patch) | |
tree | d777ca5871199d389af93e8cbe06e1bdbc16a10b /sql/sql_view.h | |
parent | 053884596309fc33ffa40df1b8982e75705ec3e9 (diff) | |
download | mariadb-git-13a776778c151ec520a1f1f5694aac6efaec3f04.tar.gz |
Finalize storage engine plugins
Give BerkeleyDB savepoints
Remove "enum db_type" from most of the code
Diffstat (limited to 'sql/sql_view.h')
-rw-r--r-- | sql/sql_view.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_view.h b/sql/sql_view.h index cd61d7e9e71..1e3e5f4aa73 100644 --- a/sql/sql_view.h +++ b/sql/sql_view.h @@ -27,7 +27,7 @@ bool check_key_in_view(THD *thd, TABLE_LIST * view); bool insert_view_fields(THD *thd, List<Item> *list, TABLE_LIST *view); -frm_type_enum mysql_frm_type(THD *thd, char *path, db_type *dbt); +frm_type_enum mysql_frm_type(THD *thd, char *path, enum legacy_db_type *dbt); int view_checksum(THD *thd, TABLE_LIST *view); |