diff options
author | Sergei Golubchik <serg@mariadb.org> | 2018-02-26 17:17:17 +0100 |
---|---|---|
committer | Sergei Golubchik <serg@mariadb.org> | 2018-04-10 13:12:36 +0200 |
commit | 35678c9572785ef11a8e0e0dfe72a77a09cf2b3f (patch) | |
tree | d82ba86a9a982de93b618b4281e67b280a5a81e6 /sql/unireg.h | |
parent | 09e6280147bbe2f880c47e9ea545b5af226f0aa0 (diff) | |
download | mariadb-git-35678c9572785ef11a8e0e0dfe72a77a09cf2b3f.tar.gz |
dead code - related to vtmd
(will be added back when it'll be used)
Diffstat (limited to 'sql/unireg.h')
-rw-r--r-- | sql/unireg.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sql/unireg.h b/sql/unireg.h index 277a1e3fb40..88d0c882824 100644 --- a/sql/unireg.h +++ b/sql/unireg.h @@ -176,7 +176,6 @@ enum extra2_frm_value_type { EXTRA2_DEFAULT_PART_ENGINE=1, EXTRA2_GIS=2, EXTRA2_PERIOD_FOR_SYSTEM_TIME=4, - EXTRA2_VTMD=8, #define EXTRA2_ENGINE_IMPORTANT 128 @@ -185,8 +184,7 @@ enum extra2_frm_value_type { }; enum extra2_field_flags { - VERS_OPTIMIZED_UPDATE= 1 << INVISIBLE_MAX_BITS, - VERS_HIDDEN= 1 << (INVISIBLE_MAX_BITS + 1), + VERS_OPTIMIZED_UPDATE= 1 << INVISIBLE_MAX_BITS }; int rea_create_table(THD *thd, LEX_CUSTRING *frm, |