diff options
author | heikki@hundin.mysql.fi <> | 2004-06-17 15:13:27 +0300 |
---|---|---|
committer | heikki@hundin.mysql.fi <> | 2004-06-17 15:13:27 +0300 |
commit | 0e3c22ea17180acc30fa3c0e956783aa401977bb (patch) | |
tree | b690008f6284c7d811e8be00a981b85e85d8add8 /innobase | |
parent | a460d438d8a5d849e2b2f202e3a1ccf03121b09f (diff) | |
download | mariadb-git-0e3c22ea17180acc30fa3c0e956783aa401977bb.tar.gz |
log0recv.c:
Revert the patch that put log debug code behind UNIV_LOG_DEBUG
Diffstat (limited to 'innobase')
-rw-r--r-- | innobase/log/log0recv.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/innobase/log/log0recv.c b/innobase/log/log0recv.c index 635fd05ee71..51941a14656 100644 --- a/innobase/log/log0recv.c +++ b/innobase/log/log0recv.c @@ -1473,6 +1473,7 @@ recv_apply_log_recs_for_backup( recv_sys_empty_hash(); } +#ifdef notdefined /*********************************************************************** In the debug version, updates the replica of a file page, based on a log record. */ @@ -1672,6 +1673,7 @@ recv_compare_spaces_low( recv_compare_spaces(space1, space2, n_pages); } +#endif /*********************************************************************** 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 record as incomplete. */ -static + void recv_check_incomplete_log_recs( /*===========================*/ |