mariadb/row
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
..
Makefile.am Import 5.0 code. 2005-10-27 07:29:40 +00:00
row0ins.c branches/zip: Merge revisions 265:459 from trunk. 2006-04-12 09:32:17 +00:00
row0mysql.c branches/zip: Write the compressed page size to SYS_TABLES.TYPE 2006-04-25 07:12:32 +00:00
row0purge.c branches/zip: Minor cleanup. 2006-04-04 10:42:05 +00:00
row0row.c branches/zip: Note that TRX_ID and ROLL_PTR only exist on B-tree leaf pages 2006-03-09 17:26:02 +00:00
row0sel.c branches/zip: Prepare for writing compressed and reading pages. 2006-05-02 11:44:39 +00:00
row0uins.c branches/zip: Merge revisions 200:236 from trunk. 2006-02-23 19:25:29 +00:00
row0umod.c branches/zip: Merge revisions 200:236 from trunk. 2006-02-23 19:25:29 +00:00
row0undo.c branches/zip: Merge revisions 200:236 from trunk. 2006-02-23 19:25:29 +00:00
row0upd.c branches/zip: Merge revisions 265:459 from trunk. 2006-04-12 09:32:17 +00:00
row0vers.c branches/zip: Note that TRX_ID and ROLL_PTR only exist on B-tree leaf pages 2006-03-09 17:26:02 +00:00