mariadb/page
marko 83cb4c492b branches/zip: When allocating records from the free list,
do not allow extra_size to decrease on compressed pages.

Split page_mem_alloc() to page_mem_alloc_free() and page_mem_alloc_heap().

page_cur_insert_rec_low(): Remove parameter "tuple".  Implement some of the
logic from page_mem_alloc().

page_cur_tuple_insert(): Convert the tuple to a record and calculate offsets.

page_zip_validate(): Assert that the page is in compact format.
2006-02-23 14:45:12 +00:00
..
Makefile.am branches/zip: 2005-10-27 11:48:10 +00:00
page0cur.c branches/zip: When allocating records from the free list, 2006-02-23 14:45:12 +00:00
page0page.c branches/zip: When allocating records from the free list, 2006-02-23 14:45:12 +00:00
page0zip.c branches/zip: When allocating records from the free list, 2006-02-23 14:45:12 +00:00