diff options
author | unknown <marko@hundin.mysql.fi> | 2004-06-18 15:54:19 +0300 |
---|---|---|
committer | unknown <marko@hundin.mysql.fi> | 2004-06-18 15:54:19 +0300 |
commit | 03a342ede383225639ce8e746b52843315f603c4 (patch) | |
tree | f90cc8b90ad12ad15f6ce33014928e60e5171a51 /innobase/include/mtr0log.h | |
parent | 2c94b6108292ceb6c074cd941279dcfd2c36c187 (diff) | |
download | mariadb-git-03a342ede383225639ce8e746b52843315f603c4.tar.gz |
mach0data.ic, mach0data.h:
Improve documentation of mach_*write_*compressed()
mtr0log.ic, mtr0log.h:
Improve documentation of mlog_write_initial_log_record_fast()
innobase/include/mtr0log.h:
Improve documentation of mlog_write_initial_log_record_fast()
innobase/include/mtr0log.ic:
Improve documentation of mlog_write_initial_log_record_fast()
innobase/include/mach0data.h:
Improve documentation of mach_*write_*compressed()
innobase/include/mach0data.ic:
Improve documentation of mach_*write_*compressed()
Diffstat (limited to 'innobase/include/mtr0log.h')
-rw-r--r-- | innobase/include/mtr0log.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/innobase/include/mtr0log.h b/innobase/include/mtr0log.h index 367c9a00651..785985dea16 100644 --- a/innobase/include/mtr0log.h +++ b/innobase/include/mtr0log.h @@ -108,7 +108,9 @@ mlog_close( mtr_t* mtr, /* in: mtr */ byte* ptr); /* in: buffer space from ptr up was not used */ /************************************************************ -Writes the initial part of a log record. */ +Writes the initial part of a log record (3..11 bytes). +If the implementation of this function is changed, all +size parameters to mlog_open() should be adjusted accordingly! */ UNIV_INLINE byte* mlog_write_initial_log_record_fast( |