Skip to content

Commit

Permalink
cleanup: unused and undefined methods
Browse files Browse the repository at this point in the history
  • Loading branch information
vuvova committed Jan 23, 2024
1 parent dcb814c commit 8bb4648
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions sql/field.h
Original file line number Diff line number Diff line change
Expand Up @@ -4060,9 +4060,6 @@ class Field_string final :public Field_longstr {
bool compatible_field_size(uint field_metadata, const Relay_log_info *rli,
uint16 mflags, int *order_var) const override;
uint row_pack_length() const override { return field_length; }
int pack_cmp(const uchar *a,const uchar *b,uint key_length,
bool insert_or_update);
int pack_cmp(const uchar *b,uint key_length,bool insert_or_update);
uint packed_col_length(const uchar *to, uint length) override;
uint max_packed_col_length(uint max_length) override;
uint size_of() const override { return sizeof *this; }
Expand Down

0 comments on commit 8bb4648

Please sign in to comment.