• Tor Didriksen's avatar
    Bug#12856915 VALGRIND FAILURE IN FILESORT/CREATE_SORT_INDEX · db065d27
    Tor Didriksen authored
    Suppress the known warnings generated by filesort().
    
    The real fix belongs to worklog 1509:
    Pack values of non-sorted fields in the sort buffer
    (which is basically the same issue, but in an optimization context:
     We are writing the entire sort buffer to disk, 
     including un-used space for varchar columns.)
    db065d27
filesort.cc 48.1 KB