diff --git a/btr/btr0cur.c b/btr/btr0cur.c index e492deaa469..0d38b3e58de 100644 --- a/btr/btr0cur.c +++ b/btr/btr0cur.c @@ -2653,9 +2653,10 @@ used by the insert buffer insert merge mechanism. */ void btr_cur_del_unmark_for_ibuf( /*========================*/ - rec_t* rec, /* in: record to delete unmark */ - page_zip_des_t* page_zip, /* in/out: compressed page corresponding - to rec, or NULL when the tablespace is + rec_t* rec, /* in/out: record to delete unmark */ + page_zip_des_t* page_zip, /* in/out: compressed page + corresponding to rec, or NULL + when the tablespace is uncompressed */ mtr_t* mtr) /* in: mtr */ { diff --git a/include/btr0cur.h b/include/btr0cur.h index 4a142702b26..271362c2720 100644 --- a/include/btr0cur.h +++ b/include/btr0cur.h @@ -318,11 +318,12 @@ only used by the insert buffer insert merge mechanism. */ void btr_cur_del_unmark_for_ibuf( /*========================*/ - rec_t* rec, /* in: record to delete unmark */ - page_zip_des_t* pg_zip, /* in/out: compressed page corresponding - to rec, or NULL when the tablespace is - uncompressed */ - mtr_t* mtr); /* in: mtr */ + rec_t* rec, /* in/out: record to delete unmark */ + page_zip_des_t* page_zip, /* in/out: compressed page + corresponding to rec, or NULL + when the tablespace is + uncompressed */ + mtr_t* mtr); /* in: mtr */ /***************************************************************** Tries to compress a page of the tree if it seems useful. It is assumed that mtr holds an x-latch on the tree and on the cursor page. To avoid diff --git a/include/univ.i b/include/univ.i index 8d6c8adbf92..3a029a8f9ff 100644 --- a/include/univ.i +++ b/include/univ.i @@ -144,9 +144,6 @@ operations (very slow); also UNIV_DEBUG must be defined */ for compressed pages */ #endif -#define UNIV_DEBUG -#define UNIV_ZIP_DEBUG - #define UNIV_BTR_DEBUG /* check B-tree links */ #define UNIV_LIGHT_MEM_DEBUG /* light memory debugging */