• marko's avatar
    branches/zip: Remove a few buf_block_align() calls from debug builds. · 0d6c2414
    marko authored
    btr_check_node_ptr(): Replace page_t* parameter with buf_block_t*.
    
    btr_free_externally_stored_field(): Add const qualifier to rec.
    Remove an explicit buf_block_align() call, but replace an
    mtr_memo_contains() with mtr_memo_contains_page().
    
    row_upd_rec_sys_fields(): Reorder an assertion containing buf_block_align()
    so that the costly call can be avoided in some cases.
    0d6c2414
btr0cur.c 119 KB