diff options
Diffstat (limited to 'innobase/include/page0page.h')
-rw-r--r-- | innobase/include/page0page.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/innobase/include/page0page.h b/innobase/include/page0page.h index 04f771c3abd..969313614e3 100644 --- a/innobase/include/page0page.h +++ b/innobase/include/page0page.h @@ -596,7 +596,8 @@ byte* page_parse_delete_rec_list( /*=======================*/ /* out: end of log record or NULL */ - byte type, /* in: MLOG_LIST_END_DELETE or MLOG_LIST_START_DELETE */ + byte type, /* in: MLOG_LIST_END_DELETE or + MLOG_LIST_START_DELETE */ byte* ptr, /* in: buffer */ byte* end_ptr,/* in: buffer end */ page_t* page, /* in: page or NULL */ |