diff options
author | bell@sanja.is.com.ua <> | 2004-10-21 18:10:59 +0300 |
---|---|---|
committer | bell@sanja.is.com.ua <> | 2004-10-21 18:10:59 +0300 |
commit | 926537600e596d534ebc512ac4c57ab7d6e024a8 (patch) | |
tree | 9d9602a40f0cc2d306f53a35bcaf8dd6fdff124a /sql/table.h | |
parent | 1bd699e04ca0d223f8154fde173b95888ff7b021 (diff) | |
download | mariadb-git-926537600e596d534ebc512ac4c57ab7d6e024a8.tar.gz |
new behaviour of CHECK option build, for mor efficience and more correct:
check option build only according most top VIEW CHECK OPTION TYPE (BUG#5993)
Diffstat (limited to 'sql/table.h')
-rw-r--r-- | sql/table.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/table.h b/sql/table.h index 35f6c6803fb..2d2ac12ca9b 100644 --- a/sql/table.h +++ b/sql/table.h @@ -281,7 +281,7 @@ typedef struct st_table_list void calc_md5(char *buffer); void set_ancestor(); int view_check_option(THD *thd, bool ignore_failure); - bool setup_ancestor(THD *thd, Item **conds); + bool setup_ancestor(THD *thd, Item **conds, uint8 check_option); bool placeholder() {return derived || view; } void print(THD *thd, String *str); inline st_table_list *next_independent() |