Commit f9726ced authored by Marko Mäkelä's avatar Marko Mäkelä

MDEV-12353 fixup: Correct a comment

Several EXTENDED type records have already been implemented.
parent 4ebac0fc
/***************************************************************************** /*****************************************************************************
Copyright (c) 1995, 2015, Oracle and/or its affiliates. All Rights Reserved. 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 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 the terms of the GNU General Public License as published by the Free Software
...@@ -209,7 +209,7 @@ enum mrec_type_t ...@@ -209,7 +209,7 @@ enum mrec_type_t
/** Zero-initialize a page. The current byte offset (for subsequent /** Zero-initialize a page. The current byte offset (for subsequent
records) will be reset to FIL_PAGE_TYPE. */ records) will be reset to FIL_PAGE_TYPE. */
INIT_PAGE= 0x10, INIT_PAGE= 0x10,
/** Insert a record into a page. FIXME: implement this! */ /** Extended record; @see mrec_ext_t */
EXTENDED= 0x20, EXTENDED= 0x20,
/** Write a string of bytes. Followed by the byte offset (unsigned, /** Write a string of bytes. Followed by the byte offset (unsigned,
relative to the current byte offset, encoded in 1 to 3 bytes) and relative to the current byte offset, encoded in 1 to 3 bytes) and
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment