mariadb/page
marko f9755e8018 branches/zip: Improve debugging.
page_zip_decompress(): Move the function body to page_zip_decompress_low(),
add the parameter do_validate() to enable page_validate() assertion.  Wrap
page_zip_decompress_low() with do_validate=TRUE.

page_zip_validate(): Invoke page_zip_decompress_low() with do_validate=FALSE,
as page_validate() may fail when the compressed page is being updated
in-place.

page_dir_slot_check(): Replace buf_frame_align() with ut_align_down()
in order to avoid an assertion failure in page_zip_validate(), which
will now invoke page_validate() via page_zip_decompress().
2006-08-01 08:53:55 +00:00
..
Makefile.am branches/zip: 2005-10-27 11:48:10 +00:00
page0cur.c branches/zip: page_cur_insert_rec_low(): Replace page_zip_alloc() 2006-07-03 19:12:21 +00:00
page0page.c branches/zip: Improve debugging. 2006-08-01 08:53:55 +00:00
page0zip.c branches/zip: Improve debugging. 2006-08-01 08:53:55 +00:00