Merge 10.2 into 10.3

This commit is contained in:
Marko Mäkelä 2018-12-12 13:46:06 +02:00
commit 839cf16bb2
16 changed files with 347 additions and 50 deletions

View file

@ -112,6 +112,7 @@ double get_column_range_cardinality(Field *field,
key_range *max_endp,
uint range_flag);
bool is_stat_table(const LEX_CSTRING *db, LEX_CSTRING *table);
bool is_eits_usable(Field* field);
class Histogram
{