• marko's avatar
    branches/zip: Performance improvement: · f2186190
    marko authored
    row_merge_buf_add(): Add a prefetch instruction to row->fields.
    Eliminate a variable from the copying loop, and move the termination
    condition to the end of the loop.
    
    row_merge_build_indexes(): Remove the second call to
    trx_start_if_not_started().
    f2186190
row0merge.c 46.3 KB