mariadb/btr
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
..
btr0btr.c branches/innodb+: Refuse to buffer deletes if that could lead to B-tree 2008-10-23 10:22:46 +00:00
btr0cur.c branches/innodb+: btr_cur_t: Remove leaf_in_buf_pool. The flag can be 2008-12-04 21:56:21 +00:00
btr0pcur.c branches/innodb+: Merge 2637:2660 from branches/zip. 2008-09-22 07:57:34 +00:00
btr0sea.c branches/innodb+: Merge 2637:2660 from branches/zip. 2008-09-22 07:57:34 +00:00