mariadb/btr
marko 6064200df2 branches/zip: Eliminate some more buf_block_align() calls.
mlog_write_initial_log_record_fast(): Remove the buf_block_align() call
unless #ifdef UNIV_DEBUG.

btr_cur_update_in_place(): Replace buf_frame_get_page_zip() with
buf_block_get_page_zip().

btr_page_create(), btr_page_empty(): Replace the parameter page with block.

btr_attach_half_pages(): Use btr_block_get() instead of btr_page_get().
Remove buf_block_align() calls.

btr_cur_latch_leaves(): Remove duplicated code.  Use btr_block_get()
instead of btr_page_get().  Remove buf_block_align() calls.
2006-10-12 18:39:43 +00:00
..
btr0btr.c branches/zip: Eliminate some more buf_block_align() calls. 2006-10-12 18:39:43 +00:00
btr0cur.c branches/zip: Eliminate some more buf_block_align() calls. 2006-10-12 18:39:43 +00:00
btr0pcur.c branches/zip: Reduce the number of buf_block_align() calls. 2006-10-12 11:05:22 +00:00
btr0sea.c branches/zip: Replace buf_frame_alloc() and buf_frame_free() 2006-10-12 12:38:29 +00:00
Makefile.am Import 5.0 code. 2005-10-27 07:29:40 +00:00