• marko's avatar
    branches/zip: Fix a bug in the merge sort in fast index creation. · 238db632
    marko authored
    Some bug still remains, because innodb-index.test will lose some
    records from the clustered index after add primary key (a,b(255),c(255))
    when row_merge_block_t is reduced to 8192 bytes.
    
    row_merge(): Add the parameter "half".  Add some Valgrind instrumentation.
    Note that either stream can end before the other one.
    
    row_merge_sort(): Calculate "half" for row_merge().
    238db632
row0merge.c 54.4 KB