mirror of
https://github.com/MariaDB/server.git
synced 2025-08-07 00:04:31 +03:00
Remove Field::is_stat_field completely
This commit is contained in:
@@ -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 @@ public:
|
|||||||
*/
|
*/
|
||||||
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
|
||||||
|
Reference in New Issue
Block a user