mariadb/btr
marko 938c8ee6b7 branches/zip: btr_search_validate(): Fix a bogus UNIV_DEBUG
assertion failure that was accidentally introduced in r4036.
Instead of calling buf_block_get_frame(), which asserts that the
block must be buffer-fixed, access block->frame directly.  That
is safe, because changes of block->page.state are protected by
the buffer pool mutex, which we are holding.

This bug was reported by Michael.
2009-01-27 22:31:17 +00:00
..
btr0btr.c branches/zip: When setting the PAGE_LEVEL of a compressed B-tree page 2008-12-30 20:45:04 +00:00
btr0cur.c branches/zip: Do not update the free bits in the insert buffer bitmap 2008-12-16 13:52:36 +00:00
btr0pcur.c branches/zip: Non-functional change: 2008-09-22 06:59:58 +00:00
btr0sea.c branches/zip: btr_search_validate(): Fix a bogus UNIV_DEBUG 2009-01-27 22:31:17 +00:00