mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 12:32:27 +01:00
log0recv.c:
Revert the patch that put log debug code behind UNIV_LOG_DEBUG innobase/log/log0recv.c: Revert the patch that put log debug code behind UNIV_LOG_DEBUG
This commit is contained in:
parent
e08b4cbf30
commit
3774abe3c0
1 changed files with 3 additions and 1 deletions
|
@ -1473,6 +1473,7 @@ recv_apply_log_recs_for_backup(
|
||||||
recv_sys_empty_hash();
|
recv_sys_empty_hash();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#ifdef notdefined
|
||||||
/***********************************************************************
|
/***********************************************************************
|
||||||
In the debug version, updates the replica of a file page, based on a log
|
In the debug version, updates the replica of a file page, based on a log
|
||||||
record. */
|
record. */
|
||||||
|
@ -1672,6 +1673,7 @@ recv_compare_spaces_low(
|
||||||
|
|
||||||
recv_compare_spaces(space1, space2, n_pages);
|
recv_compare_spaces(space1, space2, n_pages);
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
/***********************************************************************
|
/***********************************************************************
|
||||||
Tries to parse a single log record and returns its length. */
|
Tries to parse a single log record and returns its length. */
|
||||||
|
@ -1770,7 +1772,7 @@ recv_calc_lsn_on_data_add(
|
||||||
/***********************************************************
|
/***********************************************************
|
||||||
Checks that the parser recognizes incomplete initial segments of a log
|
Checks that the parser recognizes incomplete initial segments of a log
|
||||||
record as incomplete. */
|
record as incomplete. */
|
||||||
static
|
|
||||||
void
|
void
|
||||||
recv_check_incomplete_log_recs(
|
recv_check_incomplete_log_recs(
|
||||||
/*===========================*/
|
/*===========================*/
|
||||||
|
|
Loading…
Reference in a new issue