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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/innobase/include/fsp0types.h b/storage/innobase/include/fsp0types.h
index 429af4210b7..ec33f2e4d10 100644
--- a/storage/innobase/include/fsp0types.h
+++ b/storage/innobase/include/fsp0types.h
@@ -416,7 +416,7 @@ fsp_flags_is_valid(ulint flags)
bits 10..14 would be nonzero 0bsssaa where sss is
nonzero PAGE_SSIZE (3, 4, 6, or 7)
and aa is ATOMIC_WRITES (not 0b11). */
- if (FSP_FLAGS_GET_RESERVED(flags) & ~1) {
+ if (FSP_FLAGS_GET_RESERVED(flags) & ~1U) {
return(false);
}