summaryrefslogtreecommitdiff
path: root/sql/unireg.h
diff options
context:
space:
mode:
Diffstat (limited to 'sql/unireg.h')
-rw-r--r--sql/unireg.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sql/unireg.h b/sql/unireg.h
index 99e5e6c1b6c..6d49b1d5092 100644
--- a/sql/unireg.h
+++ b/sql/unireg.h
@@ -182,8 +182,8 @@ enum extra2_frm_value_type {
};
enum extra2_field_flags {
- VERS_OPTIMIZED_UPDATE= 1 << MAX_BITS_INVISIBLE,
- VERS_HIDDEN= 1 << (MAX_BITS_INVISIBLE + 1),
+ VERS_OPTIMIZED_UPDATE= 1 << INVISIBLE_MAX_BITS,
+ VERS_HIDDEN= 1 << (INVISIBLE_MAX_BITS + 1),
};
int rea_create_table(THD *thd, LEX_CUSTRING *frm,