Commit 3774abe3 authored by unknown's avatar unknown

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
parent e08b4cbf
...@@ -1473,6 +1473,7 @@ recv_apply_log_recs_for_backup( ...@@ -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( ...@@ -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( ...@@ -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(
/*===========================*/ /*===========================*/
......
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