Browse Source

branches/zip: page_mem_free(): Remove the obsolete remark that there

should be space left in the modification log of the compressed page.
Record deletion does not require any space in the modification log.
pull/374/head
marko 17 years ago
parent
commit
dd5c8747be
  1. 3
      include/page0page.h
  2. 3
      include/page0page.ic

3
include/page0page.h

@ -695,8 +695,7 @@ void
page_mem_free(
/*==========*/
page_t* page, /* in/out: index page */
page_zip_des_t* page_zip,/* in/out: compressed page with at least
6 bytes available, or NULL */
page_zip_des_t* page_zip,/* in/out: compressed page, or NULL */
rec_t* rec, /* in: pointer to the (origin of) record */
dict_index_t* index, /* in: index of rec */
const ulint* offsets);/* in: array returned by rec_get_offsets() */

3
include/page0page.ic

@ -1011,8 +1011,7 @@ void
page_mem_free(
/*==========*/
page_t* page, /* in/out: index page */
page_zip_des_t* page_zip,/* in/out: compressed page with at least
6 bytes available, or NULL */
page_zip_des_t* page_zip,/* in/out: compressed page, or NULL */
rec_t* rec, /* in: pointer to the (origin of) record */
dict_index_t* index, /* in: index of rec */
const ulint* offsets)/* in: array returned by rec_get_offsets() */

Loading…
Cancel
Save