mirror of
https://github.com/MariaDB/server.git
synced 2026-05-16 03:47:17 +02:00
Merge commit '6b8802e8dd' into bb-10.3-fix_len_dec
This commit is contained in:
commit
083279f783
27 changed files with 892 additions and 592 deletions
|
|
@ -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());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue