Added the type of histogram for mwl #253.

Introduced double precision height-balanced histograms.
This commit is contained in:
Igor Babaev 2013-03-30 18:57:07 -07:00
commit 9e1ca1053b
15 changed files with 693 additions and 263 deletions

View file

@ -502,6 +502,7 @@ typedef struct system_variables
ulong optimizer_use_condition_selectivity;
ulong use_stat_tables;
ulong histogram_size;
ulong histogram_type;
ulong preload_buff_size;
ulong profiling_history_size;
ulong read_buff_size;