Commit d9ab329e authored by Sergey Vojtovich's avatar Sergey Vojtovich

Applying InnoDB snapshot

Detailed revision comments:

r6726 | marko | 2010-02-17 18:49:21 +0200 (Wed, 17 Feb 2010) | 3 lines
branches/zip: FIL_PAGE_FILE_FLUSH_LSN: Note that the field is only valid
for the first page of each ibdata* file, not *.ibd files.
Suggested by Heikki, in connection with the LSN warning noted in Issue #341.
parent f1b5d853
...@@ -110,9 +110,10 @@ extern fil_addr_t fil_addr_null; ...@@ -110,9 +110,10 @@ extern fil_addr_t fil_addr_null;
contents of this field is valid contents of this field is valid
for all uncompressed pages. */ for all uncompressed pages. */
#define FIL_PAGE_FILE_FLUSH_LSN 26 /*!< this is only defined for the #define FIL_PAGE_FILE_FLUSH_LSN 26 /*!< this is only defined for the
first page in a data file: the file first page in a system tablespace
has been flushed to disk at least up data file (ibdata*, not *.ibd):
to this lsn */ the file has been flushed to disk
at least up to this lsn */
#define FIL_PAGE_ARCH_LOG_NO_OR_SPACE_ID 34 /*!< starting from 4.1.x this #define FIL_PAGE_ARCH_LOG_NO_OR_SPACE_ID 34 /*!< starting from 4.1.x this
contains the space id of the page */ contains the space id of the page */
#define FIL_PAGE_DATA 38 /*!< start of the data on the page */ #define FIL_PAGE_DATA 38 /*!< start of the data on the page */
......
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