• marko's avatar
    branches/zip: Fix a bug in consistent reads of rows containing BLOB data. · 01103556
    marko authored
    btr_rec_copy_externally_stored_field(): Add parameter zip_size.
    Do not call buf_block_align(rec), because rec can also be in
    dynamically allocated memory.  buf_block_align() can only be invoked
    on addresses inside the buffer pool.
    
    page_zip_clear_rec(): Improve formatting.
    01103556
btr0cur.c 114 KB