summaryrefslogtreecommitdiff
path: root/storage/innobase/include/trx0types.h
diff options
context:
space:
mode:
Diffstat (limited to 'storage/innobase/include/trx0types.h')
-rw-r--r--storage/innobase/include/trx0types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/innobase/include/trx0types.h b/storage/innobase/include/trx0types.h
index 07c1c6a756b..d6ce902977c 100644
--- a/storage/innobase/include/trx0types.h
+++ b/storage/innobase/include/trx0types.h
@@ -38,7 +38,7 @@ the terminating NUL character. */
static const ulint TRX_ID_MAX_LEN = 17;
/** Space id of the transaction system page (the system tablespace) */
-static const ulint TRX_SYS_SPACE = 0;
+static constexpr uint32_t TRX_SYS_SPACE= 0;
/** Page number of the transaction system page */
#define TRX_SYS_PAGE_NO FSP_TRX_SYS_PAGE_NO