Commit 962ed523 authored by marko's avatar marko

branches/zip: Clean up after r2129:

univ.i: Do not define UNIV_DEBUG, UNIV_ZIP_DEBUG.

btr_cur_del_unmark_for_ibuf(): Use the same comment in both btr0cur.c and
btr0cur.h.  Wrap long lines.
parent eca3cb23
...@@ -2653,9 +2653,10 @@ used by the insert buffer insert merge mechanism. */ ...@@ -2653,9 +2653,10 @@ used by the insert buffer insert merge mechanism. */
void void
btr_cur_del_unmark_for_ibuf( btr_cur_del_unmark_for_ibuf(
/*========================*/ /*========================*/
rec_t* rec, /* in: record to delete unmark */ rec_t* rec, /* in/out: record to delete unmark */
page_zip_des_t* page_zip, /* in/out: compressed page corresponding page_zip_des_t* page_zip, /* in/out: compressed page
to rec, or NULL when the tablespace is corresponding to rec, or NULL
when the tablespace is
uncompressed */ uncompressed */
mtr_t* mtr) /* in: mtr */ mtr_t* mtr) /* in: mtr */
{ {
......
...@@ -318,9 +318,10 @@ only used by the insert buffer insert merge mechanism. */ ...@@ -318,9 +318,10 @@ only used by the insert buffer insert merge mechanism. */
void void
btr_cur_del_unmark_for_ibuf( btr_cur_del_unmark_for_ibuf(
/*========================*/ /*========================*/
rec_t* rec, /* in: record to delete unmark */ rec_t* rec, /* in/out: record to delete unmark */
page_zip_des_t* pg_zip, /* in/out: compressed page corresponding page_zip_des_t* page_zip, /* in/out: compressed page
to rec, or NULL when the tablespace is corresponding to rec, or NULL
when the tablespace is
uncompressed */ uncompressed */
mtr_t* mtr); /* in: mtr */ mtr_t* mtr); /* in: mtr */
/***************************************************************** /*****************************************************************
......
...@@ -144,9 +144,6 @@ operations (very slow); also UNIV_DEBUG must be defined */ ...@@ -144,9 +144,6 @@ operations (very slow); also UNIV_DEBUG must be defined */
for compressed pages */ for compressed pages */
#endif #endif
#define UNIV_DEBUG
#define UNIV_ZIP_DEBUG
#define UNIV_BTR_DEBUG /* check B-tree links */ #define UNIV_BTR_DEBUG /* check B-tree links */
#define UNIV_LIGHT_MEM_DEBUG /* light memory debugging */ #define UNIV_LIGHT_MEM_DEBUG /* light memory debugging */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment