mariadb/page
marko a53aa6ac07 branches/zip: Introduce separate functions for handling records containing
externally stored columns.

page_zip_compress_clust_ext(), page_zip_apply_log_ext():
New functions.

page_zip_compress_clust(), page_zip_apply_log(): Check rec_offs_any_extern()
and avoid invoking the costly loop in most cases.

Similar optimizations can be made in page_zip_decompress_clust() and
page_zip_write_rec().
2007-02-05 11:19:25 +00:00
..
Makefile.am branches/zip: Merge revisions 1165:1206 from trunk. 2007-01-18 12:58:39 +00:00
page0cur.c branches/zip: Split the function page_cur_insert_rec_low(). 2007-02-01 09:53:26 +00:00
page0page.c branches/zip: Split the function page_cur_insert_rec_low(). 2007-02-01 09:53:26 +00:00
page0zip.c branches/zip: Introduce separate functions for handling records containing 2007-02-05 11:19:25 +00:00