diff options
author | unknown <heikki@hundin.mysql.fi> | 2004-06-17 15:11:37 +0300 |
---|---|---|
committer | unknown <heikki@hundin.mysql.fi> | 2004-06-17 15:11:37 +0300 |
commit | e08b4cbf307fe1b0431995e392f20a227d98a438 (patch) | |
tree | baad2a658b2370c0745762d5213ef9863b7a68e5 /innobase/include/log0log.ic | |
parent | 2c259f0e8990b8cdce519a512a25944282553696 (diff) | |
download | mariadb-git-e08b4cbf307fe1b0431995e392f20a227d98a438.tar.gz |
log0log.h:
Revert the patch that put log debug code behind UNIV_LOG_DEBUG
log0log.ic, log0recv.c, log0log.c, log0log.h:
Revert 1.1730.18.1 about UNIV_LOG_DEBUG: debug code is often needed in debugging the production version
innobase/log/log0log.c:
Revert 1.1730.18.1 about UNIV_LOG_DEBUG: debug code is often needed in debugging the production version
innobase/log/log0recv.c:
Revert 1.1730.18.1 about UNIV_LOG_DEBUG: debug code is often needed in debugging the production version
innobase/include/log0log.ic:
Revert 1.1730.18.1 about UNIV_LOG_DEBUG: debug code is often needed in debugging the production version
innobase/include/log0log.h:
Revert the patch that put log debug code behind UNIV_LOG_DEBUG
Diffstat (limited to 'innobase/include/log0log.ic')
-rw-r--r-- | innobase/include/log0log.ic | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/innobase/include/log0log.ic b/innobase/include/log0log.ic index c38e5fe2b9c..910cce88639 100644 --- a/innobase/include/log0log.ic +++ b/innobase/include/log0log.ic @@ -10,7 +10,6 @@ Created 12/9/1995 Heikki Tuuri #include "mach0data.h" #include "mtr0mtr.h" -#ifdef UNIV_LOG_DEBUG /********************************************************** Checks by parsing that the catenated log segment for a single mtr is consistent. */ @@ -22,7 +21,6 @@ log_check_log_recs( in the log_sys->buf log buffer */ ulint len, /* in: segment length in bytes */ dulint buf_start_lsn); /* in: buffer start lsn */ -#endif /* UNIV_LOG_DEBUG */ /**************************************************************** Gets a log block flush bit. */ |