mariadb/trx
marko 7bd3aca4ad 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
..
Makefile.am Import 5.0 code. 2005-10-27 07:29:40 +00:00
trx0purge.c branches/zip: Merge revisions 247:265 from trunk. 2006-03-03 14:43:05 +00:00
trx0rec.c branches/zip: Fix some bugs 2006-04-03 11:19:01 +00:00
trx0roll.c branches/zip: Merge revisions 236:247 from trunk. 2006-02-27 09:33:26 +00:00
trx0rseg.c branches/zip: Merge revisions 200:236 from trunk. 2006-02-23 19:25:29 +00:00
trx0sys.c branches/zip: Prepare for writing compressed and reading pages. 2006-05-02 11:44:39 +00:00
trx0trx.c branches/zip: Merge revisions 265:459 from trunk. 2006-04-12 09:32:17 +00:00
trx0undo.c branches/zip: Merge revisions 265:459 from trunk. 2006-04-12 09:32:17 +00:00