summaryrefslogtreecommitdiff
path: root/sql/sql_view.h
diff options
context:
space:
mode:
authorbell@sanja.is.com.ua <>2004-11-21 20:08:12 +0200
committerbell@sanja.is.com.ua <>2004-11-21 20:08:12 +0200
commit072d38eb129bcecb1afba5c5efb61bcc21e78fea (patch)
tree76a673d7a9b20f184988993cc14ce455b1d73f70 /sql/sql_view.h
parent97a19706581e1cb0fce88fd6ba3ec8ca726a69ff (diff)
parent21eb2e2eae5387aa01f8e600180a194f1f2d6a37 (diff)
downloadmariadb-git-072d38eb129bcecb1afba5c5efb61bcc21e78fea.tar.gz
merge
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 3248c8819f5..8efa9afeccb 100644
--- a/sql/sql_view.h
+++ b/sql/sql_view.h
@@ -25,7 +25,7 @@ bool mysql_drop_view(THD *thd, TABLE_LIST *view, enum_drop_mode drop_mode);
bool check_key_in_view(THD *thd, TABLE_LIST * view);
-void insert_view_fields(List<Item> *list, TABLE_LIST *view);
+int insert_view_fields(List<Item> *list, TABLE_LIST *view);
frm_type_enum mysql_frm_type(char *path);