summaryrefslogtreecommitdiff
path: root/storage/xtradb/include/fsp0types.h
diff options
context:
space:
mode:
Diffstat (limited to 'storage/xtradb/include/fsp0types.h')
-rw-r--r--storage/xtradb/include/fsp0types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/xtradb/include/fsp0types.h b/storage/xtradb/include/fsp0types.h
index 43e385b7eb0..6678dacb547 100644
--- a/storage/xtradb/include/fsp0types.h
+++ b/storage/xtradb/include/fsp0types.h
@@ -42,7 +42,7 @@ fseg_alloc_free_page) */
/* @} */
/** File space extent size (one megabyte) in pages */
-#define FSP_EXTENT_SIZE ((ulint)1 << (20 - UNIV_PAGE_SIZE_SHIFT))
+#define FSP_EXTENT_SIZE (1ULL << (20 - UNIV_PAGE_SIZE_SHIFT))
/** On a page of any file segment, data may be put starting from this
offset */