diff options
author | bell@sanja.is.com.ua <> | 2004-09-15 23:42:56 +0300 |
---|---|---|
committer | bell@sanja.is.com.ua <> | 2004-09-15 23:42:56 +0300 |
commit | 67fcac7a8714b5b58d46609d61c580db4f7a95fd (patch) | |
tree | 3ce3368d9a9eb09ff501cbcf82391101c7e06b40 /sql/sql_view.h | |
parent | f797298fc564c70accf5b227fcfe72f12869762b (diff) | |
download | mariadb-git-67fcac7a8714b5b58d46609d61c580db4f7a95fd.tar.gz |
support of join view updateability (WL#1809)
Diffstat (limited to 'sql/sql_view.h')
-rw-r--r-- | sql/sql_view.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_view.h b/sql/sql_view.h index 431f82a5bb8..e76cf13a4c4 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); |