summaryrefslogtreecommitdiff
path: root/sql/sql_view.h
diff options
context:
space:
mode:
authorjani@ua141d10.elisa.omakaista.fi <>2005-11-03 16:43:05 +0200
committerjani@ua141d10.elisa.omakaista.fi <>2005-11-03 16:43:05 +0200
commit0f83ba137a81bc0f044d10514fe058c60da597c4 (patch)
treef94ddc1a213afc4561ed6cb318761890998bf895 /sql/sql_view.h
parente92452c8ed4ac795e23a2f95d46fd50f6799be14 (diff)
parent0ee589b4d612f3b0a087a96620174f4a7b70022b (diff)
downloadmariadb-git-0f83ba137a81bc0f044d10514fe058c60da597c4.tar.gz
Merge jamppa@bk-internal.mysql.com:/home/bk/mysql-5.0
into ua141d10.elisa.omakaista.fi:/home/my/bk/mysql-5.0
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 f58fe1fc6ca..cd61d7e9e71 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(char *path);
+frm_type_enum mysql_frm_type(THD *thd, char *path, db_type *dbt);
int view_checksum(THD *thd, TABLE_LIST *view);