Remove Field::is_stat_field completely

This commit is contained in:
Michael Widenius 2019-09-23 10:41:13 +03:00
parent c016ea660e
commit e157f81771
2 changed files with 0 additions and 4 deletions

View File

@ -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;
}

View File

@ -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