Merge commit '6b8802e8dd' into bb-10.3-fix_len_dec

This commit is contained in:
Oleksandr Byelkin 2018-06-19 14:51:50 +02:00
commit 083279f783
27 changed files with 892 additions and 592 deletions

View file

@ -82,7 +82,7 @@ public:
maybe_null= TRUE;
}
bool fix_fields(THD *thd, Item **ref);
void fix_length_and_dec();
bool fix_length_and_dec();
bool const_item() const
{
return const_item_cache && (!nodeset_func || nodeset_func->const_item());