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