mariadb/page
marko 748da76442 branches/zip: Bug fixes
rec_get_offsets_reverse(): Calculate extra_size correctly.

page_zip_apply_log(): Fix an off-by-one error in comparison.
Replace heap_status with hs where possible.
Increment the heap_no in heap_status correctly.

page_zip_decompress(): Eliminate the local variable "err".
Check for Z_STREAM_END only at the start of a record, so that
incomplete records will always be detected.

page_zip_write_rec(): Calculate the address of "storage" in the
same way as elsewhere.  Add TODO comments regarding the handling
of the uncompressed fields (BLOB pointers, trx_id, and roll_ptr).
2006-03-03 14:32:27 +00:00
..
Makefile.am branches/zip: 2005-10-27 11:48:10 +00:00
page0cur.c branches/zip: Remove the possibility to relocate reallocated records 2006-02-27 10:26:59 +00:00
page0page.c branches/zip: Make page_delete_rec_list_start() work on compressed pages, 2006-02-27 12:38:49 +00:00
page0zip.c branches/zip: Bug fixes 2006-03-03 14:32:27 +00:00