summaryrefslogtreecommitdiff
path: root/sql/sql_view.h
diff options
context:
space:
mode:
authorbell@sanja.is.com.ua <>2004-11-25 02:23:13 +0200
committerbell@sanja.is.com.ua <>2004-11-25 02:23:13 +0200
commit1e3d8b0839597d5fa4b9d1e4e1535eda30e82f93 (patch)
treeb6370530d805ecddad3284428883cac10256f774 /sql/sql_view.h
parent072d38eb129bcecb1afba5c5efb61bcc21e78fea (diff)
downloadmariadb-git-1e3d8b0839597d5fa4b9d1e4e1535eda30e82f93.tar.gz
post-merge fix
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 8efa9afeccb..4e6aaf7f477 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);
-int insert_view_fields(List<Item> *list, TABLE_LIST *view);
+bool insert_view_fields(List<Item> *list, TABLE_LIST *view);
frm_type_enum mysql_frm_type(char *path);