mirror of
https://github.com/MariaDB/server.git
synced 2026-05-05 06:35:33 +02:00
Added the type of histogram for mwl #253.
Introduced double precision height-balanced histograms.
This commit is contained in:
parent
e59e529635
commit
9e1ca1053b
15 changed files with 693 additions and 263 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue