mariadb/dict
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
..
dict0boot.c branches/zip: Avoid memory fragmentation when adding column definitions 2007-01-30 09:24:18 +00:00
dict0crea.c branches/zip: dict_truncate_index_tree(): When the index is not found in 2007-10-19 13:38:49 +00:00
dict0dict.c branches/zip: dict_index_copy_rec_order_prefix(): Add const qualifiers. 2007-10-01 08:00:24 +00:00
dict0load.c branches/zip: Minor cleanup of B-tree cursor operations. 2007-10-22 08:16:35 +00:00
dict0mem.c branches/zip: Merge 1862:1894 from trunk, except 1866. 2007-09-27 11:17:45 +00:00