From 67fcac7a8714b5b58d46609d61c580db4f7a95fd Mon Sep 17 00:00:00 2001 From: "bell@sanja.is.com.ua" <> Date: Wed, 15 Sep 2004 23:42:56 +0300 Subject: support of join view updateability (WL#1809) --- sql/sql_view.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sql/sql_view.h') 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 *list, TABLE_LIST *view); +int insert_view_fields(List *list, TABLE_LIST *view); frm_type_enum mysql_frm_type(char *path); -- cgit v1.2.1