mariadb/btr
marko f118a9c19f branches/zip: Prepare for writing compressed and reading pages.
buf_page_print(): Print also compressed pages.  Add parameter zip_size.

buf_flush_init_for_writing(): Stamp the fields on a compressed B-tree index
page.

Add the header field FIL_PAGE_ZBLOB_SPACE_ID as an alias of FIL_PAGE_PREV.

page_zip_calc_checksum(): New function.

page_zip_compress(): Avoid copying the fields that are written in
buf_flush_init_for_writing().

page_zip_header_cmp(): New function for comparing those fields of the
page header that will not be written in buf_flush_init_for_writing().
2006-05-02 11:44:39 +00:00
..
btr0btr.c branches/zip: Prepare for writing compressed and reading pages. 2006-05-02 11:44:39 +00:00
btr0cur.c branches/zip: Minor cleanup and bug fixes 2006-04-26 09:35:18 +00:00
btr0pcur.c branches/zip: Merge revisions 265:459 from trunk. 2006-04-12 09:32:17 +00:00
btr0sea.c branches/zip: Prepare for writing compressed and reading pages. 2006-05-02 11:44:39 +00:00
Makefile.am Import 5.0 code. 2005-10-27 07:29:40 +00:00