summaryrefslogtreecommitdiff
path: root/storage/innobase/include/fsp0types.h
diff options
context:
space:
mode:
Diffstat (limited to 'storage/innobase/include/fsp0types.h')
-rw-r--r--storage/innobase/include/fsp0types.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/storage/innobase/include/fsp0types.h b/storage/innobase/include/fsp0types.h
index f7a5befa6ae..d99ca14fe9a 100644
--- a/storage/innobase/include/fsp0types.h
+++ b/storage/innobase/include/fsp0types.h
@@ -27,15 +27,12 @@ Created May 26, 2009 Vasil Dimov
#ifndef fsp0types_h
#define fsp0types_h
-#ifndef UNIV_INNOCHECKSUM
-
/** The fil_space_t::id of the redo log. All persistent tablespaces
have a smaller fil_space_t::id. */
#define SRV_LOG_SPACE_FIRST_ID 0xFFFFFFF0U
/** The fil_space_t::id of the innodb_temporary tablespace. */
#define SRV_TMP_SPACE_ID 0xFFFFFFFEU
-#include "univ.i"
#include "ut0byte.h"
/** @name Flags for inserting records in order
@@ -49,7 +46,6 @@ fseg_alloc_free_page) */
#define FSP_NO_DIR ((byte)113) /*!< no order */
/* @} */
-#endif /* !UNIV_INNOCHECKSUM */
/** File space extent size in pages
page size | file space extent size
----------+-----------------------
@@ -72,7 +68,6 @@ page size | file space extent size
offset */
#define FSEG_PAGE_DATA FIL_PAGE_DATA
-#ifndef UNIV_INNOCHECKSUM
/** @name File segment header
The file segment header points to the inode describing the file segment. */
/* @{ */
@@ -87,6 +82,7 @@ typedef byte fseg_header_t;
header, in bytes */
/* @} */
+#ifndef UNIV_INNOCHECKSUM
#ifdef UNIV_DEBUG
struct mtr_t;