diff options
Diffstat (limited to 'storage/innobase/include/mtr0mtr.h')
-rw-r--r-- | storage/innobase/include/mtr0mtr.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/storage/innobase/include/mtr0mtr.h b/storage/innobase/include/mtr0mtr.h index 3167ea3bc03..9e8250cb545 100644 --- a/storage/innobase/include/mtr0mtr.h +++ b/storage/innobase/include/mtr0mtr.h @@ -70,7 +70,8 @@ flag value must give the length also! */ #define MLOG_PAGE_CREATE ((byte)19) /* create an index page */ #define MLOG_UNDO_INSERT ((byte)20) /* insert entry in an undo log */ -#define MLOG_UNDO_ERASE_END ((byte)21) /* erase an undo log page end */ +#define MLOG_UNDO_ERASE_END ((byte)21) /* erase an undo log + page end */ #define MLOG_UNDO_INIT ((byte)22) /* initialize a page in an undo log */ #define MLOG_UNDO_HDR_DISCARD ((byte)23) /* discard an update undo log |