summaryrefslogtreecommitdiff
path: root/sql/sql_view.h
diff options
context:
space:
mode:
authoracurtis@xiphis.org <>2005-12-21 10:18:40 -0800
committeracurtis@xiphis.org <>2005-12-21 10:18:40 -0800
commit13a776778c151ec520a1f1f5694aac6efaec3f04 (patch)
treed777ca5871199d389af93e8cbe06e1bdbc16a10b /sql/sql_view.h
parent053884596309fc33ffa40df1b8982e75705ec3e9 (diff)
downloadmariadb-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.h2
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);