• Monty's avatar
    Do not create histograms for single column unique key · ec277a70
    Monty authored
    The intentention was always to not create histograms for single value
    unique keys (as histograms is not useful in this case), but because of
    a bug in the code this was still done.
    
    The changes in the test cases was mainly because hist_size is now NULL
    for these kind of columns.
    ec277a70
sql_statistics.cc 130 KB