mariadb/btr
marko 011035566a branches/zip: Fix a bug in consistent reads of rows containing BLOB data.
btr_rec_copy_externally_stored_field(): Add parameter zip_size.
Do not call buf_block_align(rec), because rec can also be in
dynamically allocated memory.  buf_block_align() can only be invoked
on addresses inside the buffer pool.

page_zip_clear_rec(): Improve formatting.
2006-07-31 06:43:25 +00:00
..
btr0btr.c branches/zip: Remove a bogus page_zip_validate() assertion failure found 2006-07-07 10:42:41 +00:00
btr0cur.c branches/zip: Fix a bug in consistent reads of rows containing BLOB data. 2006-07-31 06:43:25 +00:00
btr0pcur.c branches/zip: Merge revisions 558:560 from trunk. 2006-05-11 17:00:43 +00:00
btr0sea.c branches/zip: Merge revisions 465:532 from trunk. 2006-05-08 06:18:59 +00:00
Makefile.am Import 5.0 code. 2005-10-27 07:29:40 +00:00