mariadb/btr
marko a369b00981 branches/zip: btr_cur_pessimistic_update(): Add parameter heap.
Previously, when big_rec was returned, the fields would point to
freed memory.  The memory heap was allocated locally, and the data tuple
was allocated from the heap, and the big_rec would point to some fields
in the data tuple.

row_ins_clust_index_entry_by_modify(): Add parameter heap,
for the same reason.
2007-03-28 19:35:52 +00:00
..
btr0btr.c branches/zip: ibuf_update_free_bits_if_full(): Remove the zip_size 2007-03-01 11:28:30 +00:00
btr0cur.c branches/zip: btr_cur_pessimistic_update(): Add parameter heap. 2007-03-28 19:35:52 +00:00
btr0pcur.c branches/zip: Remove the fil_space_get_zip_size() call from 2007-01-18 09:59:00 +00:00
btr0sea.c branches/zip: btr_search_guess_on_hash(): Eliminate two local variables 2007-01-31 14:28:37 +00:00
Makefile.am branches/zip: Merge revisions 1165:1206 from trunk. 2007-01-18 12:58:39 +00:00