diff options
author | serg@serg.mylan <> | 2004-11-28 20:42:04 +0100 |
---|---|---|
committer | serg@serg.mylan <> | 2004-11-28 20:42:04 +0100 |
commit | b46005998828718ed86c56922fe7f336f09c63b5 (patch) | |
tree | 73ac6d40766844cf3ca373cf0b7e4edf0a7a5be0 /sql/item_cmpfunc.cc | |
parent | 800ffc615046512b68f2feed08b895d29a174ebc (diff) | |
parent | cb538e45f5f18c71c22daed3acd983ec9ff97176 (diff) | |
download | mariadb-git-b46005998828718ed86c56922fe7f336f09c63b5.tar.gz |
merged
Diffstat (limited to 'sql/item_cmpfunc.cc')
-rw-r--r-- | sql/item_cmpfunc.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/item_cmpfunc.cc b/sql/item_cmpfunc.cc index 23bd1b503f7..389a614e3d5 100644 --- a/sql/item_cmpfunc.cc +++ b/sql/item_cmpfunc.cc @@ -760,7 +760,7 @@ void Item_func_interval::fix_length_and_dec() maybe_null= 0; max_length= 2; used_tables_cache|= row->used_tables(); - not_null_tables_cache&= row->not_null_tables(); + not_null_tables_cache= row->not_null_tables(); with_sum_func= with_sum_func || row->with_sum_func; const_item_cache&= row->const_item(); } |