mariadb/page
marko fb00d066bb branches/zip: In page_zip_compress(), do not touch page_zip unless the
operation succeeds.

page_zip_dir_set(): Remove, as the slots will be written to a temporary
buffer.

page_zip_dir_encode(): Replace page_zip with buf.  Make some assertions
more accurate.  Write the dense page directory to buf.

page_zip_compress(): Allocate a temporary buffer for the compressed page
except the page header.  Make some assertions more accurate.

page_zip_compress(), page_zip_decompress(): Remove 2 bytes of empty space
adjacent to the area reserved for storing uncompressed columns.
2006-02-28 20:37:29 +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: In page_zip_compress(), do not touch page_zip unless the 2006-02-28 20:37:29 +00:00