mirror of
https://github.com/MariaDB/server.git
synced 2025-01-31 11:01:52 +01:00
Fix for a bug #807
This commit is contained in:
parent
ee9237e0d8
commit
3e34c417aa
1 changed files with 1 additions and 0 deletions
|
@ -295,6 +295,7 @@ void Item_func_interval::fix_length_and_dec()
|
|||
used_tables_cache|= item->used_tables();
|
||||
not_null_tables_cache&= item->not_null_tables();
|
||||
with_sum_func= with_sum_func || item->with_sum_func;
|
||||
const_item_cache&=item->const_item();
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue