summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarko Mäkelä <marko.makela@mariadb.com>2019-04-10 15:51:22 +0300
committerMarko Mäkelä <marko.makela@mariadb.com>2019-04-10 16:21:57 +0300
commit4ac8fa008dc55879060be7c4653b2e634f0162be (patch)
tree75eeb6daef69bdff97dc964c78928fefcb1ad0c0
parent03dcec9a9ae0869b38518ec039f644e47850585d (diff)
downloadmariadb-git-4ac8fa008dc55879060be7c4653b2e634f0162be.tar.gz
FSP_FLAGS_MEM_MASK: Remove traces of ATOMIC_WRITES
-rw-r--r--storage/innobase/include/fsp0types.h9
1 files changed, 4 insertions, 5 deletions
diff --git a/storage/innobase/include/fsp0types.h b/storage/innobase/include/fsp0types.h
index 92ba956e30b..a5558af2d06 100644
--- a/storage/innobase/include/fsp0types.h
+++ b/storage/innobase/include/fsp0types.h
@@ -1,7 +1,7 @@
/*****************************************************************************
Copyright (c) 1995, 2016, Oracle and/or its affiliates. All Rights Reserved.
-Copyright (c) 2014, 2017, MariaDB Corporation.
+Copyright (c) 2014, 2019, MariaDB Corporation.
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
@@ -269,8 +269,7 @@ or have been introduced in MySQL 5.7 or 8.0:
=====================================================================
The flags below only exist in fil_space_t::flags, not in FSP_SPACE_FLAGS:
=====================================================================
- 25: DATA_DIR
- 26..27: ATOMIC_WRITES
+ 27: DATA_DIR
28..31: COMPRESSION_LEVEL
*/
@@ -278,9 +277,9 @@ The flags below only exist in fil_space_t::flags, not in FSP_SPACE_FLAGS:
#define FSP_FLAGS_MEM_MASK (~0U << FSP_FLAGS_MEM_DATA_DIR)
/** Zero relative shift position of the DATA_DIR flag */
-#define FSP_FLAGS_MEM_DATA_DIR 25
+#define FSP_FLAGS_MEM_DATA_DIR 27
/** Zero relative shift position of the COMPRESSION_LEVEL field */
-#define FSP_FLAGS_MEM_COMPRESSION_LEVEL 26
+#define FSP_FLAGS_MEM_COMPRESSION_LEVEL 28
/** Zero relative shift position of the POST_ANTELOPE field */
#define FSP_FLAGS_POS_POST_ANTELOPE 0