mirror of
https://github.com/MariaDB/server.git
synced 2025-01-22 14:54:20 +01:00
Removed double definition of STRING_WITH_LEN.
Previous declaration in m_string.h
This commit is contained in:
parent
dfaa256466
commit
aee40414bd
1 changed files with 0 additions and 2 deletions
|
@ -23,8 +23,6 @@
|
|||
#define NOT_FIXED_DEC 31
|
||||
#endif
|
||||
|
||||
#define STRING_WITH_LEN(X) ((const char*) X), ((uint) (sizeof(X) - 1))
|
||||
|
||||
class String;
|
||||
int sortcmp(const String *a,const String *b, CHARSET_INFO *cs);
|
||||
String *copy_if_not_alloced(String *a,String *b,uint32 arg_length);
|
||||
|
|
Loading…
Add table
Reference in a new issue