diff options
Diffstat (limited to 'innobase/include/dict0boot.h')
-rw-r--r-- | innobase/include/dict0boot.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/innobase/include/dict0boot.h b/innobase/include/dict0boot.h index cb631be7e35..35eff5af29a 100644 --- a/innobase/include/dict0boot.h +++ b/innobase/include/dict0boot.h @@ -93,7 +93,7 @@ dict_create(void); indexes; ibuf tables and indexes are assigned as the id the number DICT_IBUF_ID_MIN plus the space id */ -#define DICT_IBUF_ID_MIN ut_dulint_create(0xFFFFFFFF, 0) +#define DICT_IBUF_ID_MIN ut_dulint_create(0xFFFFFFFFUL, 0) /* The offset of the dictionary header on the page */ #define DICT_HDR FSEG_PAGE_DATA |