diff options
author | Igor Babaev <igor@askmonty.org> | 2013-03-30 18:57:07 -0700 |
---|---|---|
committer | Igor Babaev <igor@askmonty.org> | 2013-03-30 18:57:07 -0700 |
commit | 9e1ca1053b5e619e1f6c727abdf787dc163ab4e6 (patch) | |
tree | e8c3a439fd6c693e9035bc699eeb0c27d912b272 /sql/sql_class.h | |
parent | e59e529635f5a033aff905e95a901b17fe0f9833 (diff) | |
download | mariadb-git-9e1ca1053b5e619e1f6c727abdf787dc163ab4e6.tar.gz |
Added the type of histogram for mwl #253.
Introduced double precision height-balanced histograms.
Diffstat (limited to 'sql/sql_class.h')
-rw-r--r-- | sql/sql_class.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/sql_class.h b/sql/sql_class.h index 2844cab9b4e..0cca72d7d1e 100644 --- a/sql/sql_class.h +++ b/sql/sql_class.h @@ -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; |