summaryrefslogtreecommitdiff
path: root/sql/item_cmpfunc.cc
diff options
context:
space:
mode:
authorserg@serg.mylan <>2004-11-28 20:42:04 +0100
committerserg@serg.mylan <>2004-11-28 20:42:04 +0100
commitb46005998828718ed86c56922fe7f336f09c63b5 (patch)
tree73ac6d40766844cf3ca373cf0b7e4edf0a7a5be0 /sql/item_cmpfunc.cc
parent800ffc615046512b68f2feed08b895d29a174ebc (diff)
parentcb538e45f5f18c71c22daed3acd983ec9ff97176 (diff)
downloadmariadb-git-b46005998828718ed86c56922fe7f336f09c63b5.tar.gz
merged
Diffstat (limited to 'sql/item_cmpfunc.cc')
-rw-r--r--sql/item_cmpfunc.cc2
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();
}