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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/innobase/include/mtr0types.h b/storage/innobase/include/mtr0types.h
index c09aa644b44..829464f8cf4 100644
--- a/storage/innobase/include/mtr0types.h
+++ b/storage/innobase/include/mtr0types.h
@@ -206,7 +206,7 @@ enum mrec_type_t
/** Zero-initialize a page. The current byte offset (for subsequent
records) will be reset to FIL_PAGE_TYPE. */
INIT_PAGE= 0x10,
- /** Insert a record into a page. FIXME: implement this! */
+ /** Extended record; @see mrec_ext_t */
EXTENDED= 0x20,
/** Write a string of bytes. Followed by the byte offset (unsigned,
relative to the current byte offset, encoded in 1 to 3 bytes) and