mirror of
https://github.com/MariaDB/server.git
synced 2025-12-24 11:21:21 +03:00
Fix for a bug #807
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user