Commit e157f817 authored by Michael Widenius's avatar Michael Widenius

Remove Field::is_stat_field completely

parent c016ea66
...@@ -1767,7 +1767,6 @@ Field::Field(uchar *ptr_arg,uint32 length_arg,uchar *null_ptr_arg, ...@@ -1767,7 +1767,6 @@ Field::Field(uchar *ptr_arg,uint32 length_arg,uchar *null_ptr_arg,
comment.str= (char*) ""; comment.str= (char*) "";
comment.length=0; comment.length=0;
field_index= 0; field_index= 0;
is_stat_field= FALSE;
cond_selectivity= 1.0; cond_selectivity= 1.0;
next_equal_field= NULL; next_equal_field= NULL;
} }
......
...@@ -729,9 +729,6 @@ class Field: public Value_source ...@@ -729,9 +729,6 @@ class Field: public Value_source
*/ */
bool is_created_from_null_item; 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. Selectivity of the range condition over this field.
When calculating this selectivity a range predicate When calculating this selectivity a range predicate
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment