diff options
Diffstat (limited to 'storage/innobase/include/mtr0log.ic')
-rw-r--r-- | storage/innobase/include/mtr0log.ic | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/storage/innobase/include/mtr0log.ic b/storage/innobase/include/mtr0log.ic index 4015fe36d19..701f1482e64 100644 --- a/storage/innobase/include/mtr0log.ic +++ b/storage/innobase/include/mtr0log.ic @@ -65,7 +65,6 @@ mlog_close( mtr->get_log()->close(ptr); } -#ifndef UNIV_HOTBACKUP /********************************************************//** Catenates 1 - 4 bytes to the mtr log. The value is not compressed. */ UNIV_INLINE @@ -247,4 +246,3 @@ mlog_write_initial_log_record_fast( return(mlog_write_initial_log_record_low(type, space, offset, log_ptr, mtr)); } -#endif /* !UNIV_HOTBACKUP */ |