diff options
Diffstat (limited to 'sql/field.h')
-rw-r--r-- | sql/field.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sql/field.h b/sql/field.h index a512d74b444..b3bc2d4dbea 100644 --- a/sql/field.h +++ b/sql/field.h @@ -1394,8 +1394,6 @@ public: virtual uint max_packed_col_length(uint max_length) { return max_length;} - virtual bool is_packable() const { return false; } - uint offset(const uchar *record) const { return (uint) (ptr - record); @@ -1988,7 +1986,6 @@ public: bool can_optimize_range(const Item_bool_func *cond, const Item *item, bool is_eq_func) const; - bool is_packable() const { return true; } }; /* base class for float and double and decimal (old one) */ |