mariadb/page
marko 7279a72289 branches/zip: Improve assertions related to the linked lists of records
on B-tree index pages.

page_rec_set_next(): Assert that rec != next.

rec_get_next_ptr(), rec_get_next_offs(): On compact pages, assert that
there are at least REC_N_NEW_EXTRA_BYTES + 1 between records.

page_cur_insert_rec_write_log(): Replace a buf_frame_align() call
with ut_align_offset().

page_cur_insert_rec_low(): Assert that current_rec != insert_rec.
2006-06-30 09:49:32 +00:00
..
Makefile.am branches/zip: 2005-10-27 11:48:10 +00:00
page0cur.c branches/zip: Improve assertions related to the linked lists of records 2006-06-30 09:49:32 +00:00
page0page.c branches/zip: Eliminate page corruption in btr_compress() when 2006-06-28 12:01:29 +00:00
page0zip.c branches/zip: Tighten the assertions about page_zip->m_end. 2006-06-21 11:24:47 +00:00