diff options
Diffstat (limited to 'sql/sql_priv.h')
-rw-r--r-- | sql/sql_priv.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sql/sql_priv.h b/sql/sql_priv.h index d9908d2f2b5..0f28f5b82e1 100644 --- a/sql/sql_priv.h +++ b/sql/sql_priv.h @@ -359,11 +359,6 @@ data dictionary without changing table rows */ #define IS_EQUAL_PACK_LENGTH 2 -/** - new_field has a representation that is compatible with the old type - when the storage engine advertises HA_EXTENDED_TYPES_CONVERSION -*/ -#define IS_EQUAL_PACK_LENGTH_EXT 3 enum enum_parsing_place { |