diff options
Diffstat (limited to 'sql/unireg.h')
-rw-r--r-- | sql/unireg.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/unireg.h b/sql/unireg.h index ced4b54a9d6..1bb4011cbec 100644 --- a/sql/unireg.h +++ b/sql/unireg.h @@ -182,6 +182,8 @@ class Foreign_key_io: public BinaryStringBuffer<512> { public: static const ulonglong fk_io_version= 0; + static constexpr uint PERIOD_BIT = 4; + static constexpr uint PERIOD_MASK = 1 << PERIOD_BIT; struct Pos { uchar *pos; |