mariadb/btr
marko 438cb8a6c1 branches/zip: Remove all buf_block_align() calls from lock0lock.c.
Replace all page_t* parameters with buf_block_t*, and replace many
rec_t* parameters with heap_no.  This eliminates also many
rec_get_heap_no() calls, which became more expensive with the
introduction of ROW_FORMAT=COMPACT in MySQL/InnoDB 5.0.3.

page_rec_get_heap_no(), lock_get_min_heap_no(): New functions.
2006-10-24 06:45:52 +00:00
..
btr0btr.c branches/zip: Remove all buf_block_align() calls from lock0lock.c. 2006-10-24 06:45:52 +00:00
btr0cur.c branches/zip: Remove all buf_block_align() calls from lock0lock.c. 2006-10-24 06:45:52 +00:00
btr0pcur.c branches/zip: Fix some bugs. 2006-10-23 11:38:32 +00:00
btr0sea.c branches/zip: btr_search_drop_page_hash_index(): Do not call 2006-10-20 13:49:42 +00:00
Makefile.am Import 5.0 code. 2005-10-27 07:29:40 +00:00