summaryrefslogtreecommitdiff
path: root/storage/innobase/include/mtr0types.h
diff options
context:
space:
mode:
Diffstat (limited to 'storage/innobase/include/mtr0types.h')
-rw-r--r--storage/innobase/include/mtr0types.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/storage/innobase/include/mtr0types.h b/storage/innobase/include/mtr0types.h
index 6fa0d30bcb7..1a4fd590f6e 100644
--- a/storage/innobase/include/mtr0types.h
+++ b/storage/innobase/include/mtr0types.h
@@ -38,7 +38,9 @@ enum mtr_log_t {
/** Default mode: log all operations modifying disk-based data */
MTR_LOG_ALL = 21,
- /** Log no operations and dirty pages are not added to the flush list */
+ /** Log no operations and dirty pages are not added to the flush list.
+ Set when applying log in crash recovery or when a modification of a
+ ROW_FORMAT=COMPRESSED page is attempted. */
MTR_LOG_NONE = 22,
/** Don't generate REDO log but add dirty pages to flush list */