1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-27 18:02:13 +03:00

Added comments.

Renamed the virtual method middle_point_pos for the class Field to
pos_in_interval.
This commit is contained in:
Igor Babaev
2013-04-15 22:43:07 -07:00
parent f4cd2b37b1
commit b12b3cae85
6 changed files with 318 additions and 48 deletions

View File

@ -271,8 +271,8 @@ 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;
uchar *histograms; /* Sequence of histograms */
ulong total_hist_size; /* Total size of all histograms */
uchar *histograms; /* Sequence of histograms */
};