~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/innobase/include/fil0fil.h

Merge Revision revid:svn-v4:16c675df-0fcb-4bc9-8058-dcc011a37293:branches/zip:6726 from MySQL InnoDB

Original revid:svn-v4:16c675df-0fcb-4bc9-8058-dcc011a37293:branches/zip:6726

Original Authors: marko
Original commit message:
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.

Show diffs side-by-side

added added

removed removed

Lines of Context:
110
110
                                        contents of this field is valid
111
111
                                        for all uncompressed pages. */
112
112
#define FIL_PAGE_FILE_FLUSH_LSN 26      /*!< this is only defined for the
113
 
                                        first page in a data file: the file
114
 
                                        has been flushed to disk at least up
115
 
                                        to this lsn */
 
113
                                        first page in a system tablespace
 
114
                                        data file (ibdata*, not *.ibd):
 
115
                                        the file has been flushed to disk
 
116
                                        at least up to this lsn */
116
117
#define FIL_PAGE_ARCH_LOG_NO_OR_SPACE_ID  34 /*!< starting from 4.1.x this
117
118
                                        contains the space id of the page */
118
119
#define FIL_PAGE_DATA           38      /*!< start of the data on the page */