diff options
Diffstat (limited to 'sql/unireg.h')
-rw-r--r-- | sql/unireg.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/unireg.h b/sql/unireg.h index 17fa19a339e..20cd4c292a6 100644 --- a/sql/unireg.h +++ b/sql/unireg.h @@ -180,7 +180,7 @@ enum extra2_frm_value_type { }; enum extra2_field_flags { - VERS_OPTIMIZED_UPDATE= 1 << INVISIBLE_MAX_BITS + VERS_OPTIMIZED_UPDATE= 1 << INVISIBLE_MAX_BITS, }; int rea_create_table(THD *thd, LEX_CUSTRING *frm, |