mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 04:53:01 +01:00
Merge error
sql/field.h: Remove multiple definition of "cmp_binary_offset"
This commit is contained in:
parent
6bdf9d27b4
commit
4c3b3eae6a
1 changed files with 0 additions and 2 deletions
|
@ -1364,8 +1364,6 @@ public:
|
|||
{ return cmp_binary((char *) a, (char *) b); }
|
||||
int key_cmp(const byte *str, uint length);
|
||||
int cmp_offset(uint row_offset);
|
||||
int cmp_binary_offset(uint row_offset)
|
||||
{ return cmp_offset(row_offset); }
|
||||
void get_key_image(char *buff, uint length, imagetype type);
|
||||
void set_key_image(char *buff, uint length)
|
||||
{ Field_bit::store(buff, length, &my_charset_bin); }
|
||||
|
|
Loading…
Reference in a new issue