• Marko Mäkelä's avatar
    Simplify dict_stats_analyze_index_level() · d73241c0
    Marko Mäkelä authored
    Only allocate n_uniq elements for offsets, instead of index->n_fields.
    (Statistics are never computed on spatial indexes, so we never need
    to access more fields even in rec_copy_prefix_to_buf().)
    d73241c0
dict0stats.cc 124 KB