1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

Code cleanup

This commit is contained in:
Sergei Petrunia
2022-01-19 18:02:40 +03:00
parent f7e49c98e6
commit ce4956f322
7 changed files with 14 additions and 28 deletions

View File

@@ -914,7 +914,7 @@ double position_in_interval(Field *field, const uchar *key, uint key_len,
double Histogram_json_hb::point_selectivity(Field *field, key_range *endpoint,
double avg_sel, double total_rows)
double avg_sel)
{
const uchar *key = endpoint->key;
if (field->real_maybe_null())