• Sergey Vojtovich's avatar
    BUG#47444 - --myisam_repair_threads>1can result in all · 4762eb64
    Sergey Vojtovich authored
                index cardinalities=1
    
    Parallel repair didn't poroperly update index cardinality
    in certain cases.
    
    When myisam_sort_buffer_size is not enough to store all
    keys, index cardinality was updated before index was
    actually written, when no index statistic is available.
    4762eb64
sort.c 32 KB