diff options
author | Marko Mäkelä <marko.makela@mariadb.com> | 2020-06-03 07:32:09 +0300 |
---|---|---|
committer | Marko Mäkelä <marko.makela@mariadb.com> | 2020-06-03 07:32:09 +0300 |
commit | 80591481549213f5701642e682cc2974b60c53dd (patch) | |
tree | 05eaf4017f562b1b5d9525ef27c1383ebdc57c2d /sql/sql_statistics.h | |
parent | 95ac7902969d31550768007b3062013db175d8cf (diff) | |
parent | 8300f639a14afeb379c224e10dab9d99d31cecbd (diff) | |
download | mariadb-git-80591481549213f5701642e682cc2974b60c53dd.tar.gz |
Merge 10.3 into 10.4
Diffstat (limited to 'sql/sql_statistics.h')
-rw-r--r-- | sql/sql_statistics.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sql/sql_statistics.h b/sql/sql_statistics.h index 5fc9d7b5c75..b90c614b74f 100644 --- a/sql/sql_statistics.h +++ b/sql/sql_statistics.h @@ -295,7 +295,6 @@ public: Column_statistics *column_stats; /* Array of statistical data for columns */ Index_statistics *index_stats; /* Array of statistical data for indexes */ ulong *idx_avg_frequency; /* Array of records per key for index prefixes */ - ulong total_hist_size; /* Total size of all histograms */ uchar *histograms; /* Sequence of histograms */ }; |