Remove Field::is_stat_field completely
This commit is contained in:
parent
c016ea660e
commit
e157f81771
@ -1767,7 +1767,6 @@ Field::Field(uchar *ptr_arg,uint32 length_arg,uchar *null_ptr_arg,
|
||||
comment.str= (char*) "";
|
||||
comment.length=0;
|
||||
field_index= 0;
|
||||
is_stat_field= FALSE;
|
||||
cond_selectivity= 1.0;
|
||||
next_equal_field= NULL;
|
||||
}
|
||||
|
@ -729,9 +729,6 @@ public:
|
||||
*/
|
||||
bool is_created_from_null_item;
|
||||
|
||||
/* TRUE in Field objects created for column min/max values */
|
||||
bool is_stat_field;
|
||||
|
||||
/*
|
||||
Selectivity of the range condition over this field.
|
||||
When calculating this selectivity a range predicate
|
||||
|
Loading…
x
Reference in New Issue
Block a user