summaryrefslogtreecommitdiff
path: root/sql/sql_statistics.h
diff options
context:
space:
mode:
Diffstat (limited to 'sql/sql_statistics.h')
-rw-r--r--sql/sql_statistics.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sql/sql_statistics.h b/sql/sql_statistics.h
index a69dd340dd7..c6b4fed30fa 100644
--- a/sql/sql_statistics.h
+++ b/sql/sql_statistics.h
@@ -268,7 +268,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 */
};