mariadb/page
marko dccaa03753 branches/zip: Introduce buf_page_t, a common structure for compressed-only
and uncompressed buffer pool pages.

buf_block_t: Replace page_zip, space, and offset with buf_page_t page.
Replace some integers with bit-fields.

enum buf_block_state: Rename to buf_page_state.  Add BUF_BLOCK_ZIP_PAGE.

page_zip_des_t: Add the field "state".  Make the integer fields bit-fields.

page_zip_copy(): Document which fields are copied.
2006-11-24 08:32:18 +00:00
..
Makefile.am branches/zip: 2005-10-27 11:48:10 +00:00
page0cur.c branches/zip: page_cur_insert_rec_low(): Replace rec_t* current_rec 2006-10-25 08:45:25 +00:00
page0page.c branches/zip: page_cur_insert_rec_low(): Replace rec_t* current_rec 2006-10-25 08:45:25 +00:00
page0zip.c branches/zip: Introduce buf_page_t, a common structure for compressed-only 2006-11-24 08:32:18 +00:00