marko
6c3a99a738
branches/innodb+: btr_cur_t: Remove leaf_in_buf_pool. The flag can be
...
determined from flag == BTR_CUR_ABORTED. This flag value was previously
never tested for. It was only assigned to, in the only place where
leaf_in_buf_pool would be set FALSE.
btr_cur_search_to_nth_level(): Do not initialize cursor->leaf_in_buf_pool.
btr_pcur_was_buffered(): Remove. The only caller, row_search_index_entry(),
will switch (cursor->flag) and handle BTR_CUR_ABORTED as well.
row_purge_remove_sec_if_poss_low(): Remove the assertions on leaf_in_buf_pool.
2008-12-04 21:56:21 +00:00
sunny
fceb78e698
branches/innodb+: Delete buffer port from branches/fts:r2283
2008-02-27 07:03:34 +00:00
marko
bddb5a0cca
branches/zip: Add a UNIV_INTERN qualifier to every global function declaration
...
in *.h files, so that the function signatures in the *.h and *.c files fully
match each other.
ut_dulint_sort(): Add a UNIV_INTERN qualifier also to the function definition.
2008-02-18 18:38:33 +00:00
marko
cd12974298
branches/zip: Minor cleanup of B-tree cursor operations.
...
btr_pcur_get_rel_pos(): Add a const qualifier.
btr_pcur_get_btr_cur(), btr_pcur_get_page_cur(): btr_cur_get_page_cur():
Define as const-preserving macros.
btr_pcur_is_on_user_rec(), btr_pcur_is_after_last_on_page(),
btr_pcur_is_before_first_on_page(): Remove the unused parameter mtr.
Add a const qualifier.
btr_pcur_move_to_next_on_page(), btr_pcur_move_to_prev_on_page():
Remove the unused parameter mtr.
page_cur_search(): Add const qualifiers.
page_cur_get_page(), page_cur_is_before_first(), page_cur_is_after_last():
Add debug assertions.
2007-10-22 08:16:35 +00:00
marko
329a29c2fb
branches/zip: Replace ib_ulonglong with ib_uint64_t, since we want exactly
...
64 bits. "long long" might be longer than 64 bits on some systems.
2006-11-29 14:52:16 +00:00
marko
7593a465db
branches/zip: Introduce the unsigned 64-bit data type ib_ulonglong
...
for log sequence numbers, to replace dulint.
2006-11-24 13:05:01 +00:00
marko
89bacf3402
branches/zip: Remove support for AWE (Intel PAE on Win32).
...
Removal of the variable innobase_buffer_pool_awe_mem_mb requires
coordination with MySQL AB.
2006-10-30 13:48:08 +00:00
marko
d6c684798e
branches/zip: Add const qualifiers to function parameters, mostly dtuple_t.
2006-10-20 08:30:07 +00:00
marko
d583b1803c
branches/zip: Eliminate many buf_block_align() calls.
...
Replace page_t* or page_zip_des_t* parameters in some functions with
buf_block_t*.
buf_frame_get_page_zip(): Disable unless #ifdef UNIV_DEBUG || UNIV_ZIP_DEBUG.
btr_cur_t: Add buf_block_t* page_block.
btr_pcur_get_block(), btr_cur_get_block(), btr_cur_get_page_zip():
New functions.
btr_cur_position(): Add the parameter block.
2006-10-18 11:39:31 +00:00
marko
68a65c142c
branches/zip: Merge revisions 804:838 from trunk.
2006-09-19 10:14:07 +00:00
marko
747c8fad44
branches/zip: Merge revisions 200:236 from trunk.
2006-02-23 19:25:29 +00:00
osku
2903c72469
Import 5.0 code.
2005-10-27 07:29:40 +00:00