summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarko Mäkelä <marko.makela@mariadb.com>2021-12-01 13:43:43 +0200
committerMarko Mäkelä <marko.makela@mariadb.com>2021-12-01 13:43:43 +0200
commitf9726ced257b8fdaa2e027464f45cd3d6b6f5728 (patch)
tree037885bfc233805f89ca25a1ef62c675e3ed03bf
parent4ebac0fc8664708639babfc0e352f736fbf09451 (diff)
downloadmariadb-git-f9726ced257b8fdaa2e027464f45cd3d6b6f5728.tar.gz
MDEV-12353 fixup: Correct a comment
Several EXTENDED type records have already been implemented.
-rw-r--r--storage/innobase/include/mtr0types.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/storage/innobase/include/mtr0types.h b/storage/innobase/include/mtr0types.h
index d1b6784ae86..4a47819e8c8 100644
--- a/storage/innobase/include/mtr0types.h
+++ b/storage/innobase/include/mtr0types.h
@@ -1,7 +1,7 @@
/*****************************************************************************
Copyright (c) 1995, 2015, Oracle and/or its affiliates. All Rights Reserved.
-Copyright (c) 2017, 2020, MariaDB Corporation.
+Copyright (c) 2017, 2021, MariaDB Corporation.
This program is free software; you can redistribute it and/or modify it under
the terms of the GNU General Public License as published by the Free Software
@@ -209,7 +209,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