mariadb/rem
marko b7ae20324c 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 Import 5.0 code. 2005-10-27 07:29:40 +00:00
rem0cmp.c branches/zip: Merge revisions 200:236 from trunk. 2006-02-23 19:25:29 +00:00
rem0rec.c branches/zip: Bug fixes 2006-03-03 14:32:27 +00:00