diff options
Diffstat (limited to 'innobase/include/mtr0log.h')
-rw-r--r-- | innobase/include/mtr0log.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/innobase/include/mtr0log.h b/innobase/include/mtr0log.h index da942dd45d7..cc42924fe4d 100644 --- a/innobase/include/mtr0log.h +++ b/innobase/include/mtr0log.h @@ -133,15 +133,6 @@ mlog_write_initial_log_record_fast( byte type, /* in: log item type: MLOG_1BYTE, ... */ byte* log_ptr,/* in: pointer to mtr log which has been opened */ mtr_t* mtr); /* in: mtr */ -/**************************************************************** -Writes the contents of a mini-transaction log, if any, to the database log. */ - -dulint -mlog_write( -/*=======*/ - dyn_array_t* mlog, /* in: mlog */ - ibool* modifications); /* out: TRUE if there were - log items to write */ /************************************************************ Parses an initial log record written by mlog_write_initial_log_record. */ |