summaryrefslogtreecommitdiff
path: root/sql/sql_view.h
diff options
context:
space:
mode:
authorbell@sanja.is.com.ua <>2004-11-11 21:18:10 +0200
committerbell@sanja.is.com.ua <>2004-11-11 21:18:10 +0200
commit0ef0b030a54e7e1f233cbd735f18f64af618d819 (patch)
treeb838d2bae358ea54b828bff0e3dfb8a0faf1bc8e /sql/sql_view.h
parentaa6d99dd0a453762e81be251094f7538c974447c (diff)
parentc8d5f8991d15aec8ccd0e5eee12d9b18796d5ad8 (diff)
downloadmariadb-git-0ef0b030a54e7e1f233cbd735f18f64af618d819.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 538f548d97b..e6f2caeaead 100644
--- a/sql/sql_view.h
+++ b/sql/sql_view.h
@@ -25,7 +25,7 @@ int 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);