|
|
@ -23,8 +23,6 @@ |
|
|
#define NOT_FIXED_DEC 31 |
|
|
#define NOT_FIXED_DEC 31 |
|
|
#endif |
|
|
#endif |
|
|
|
|
|
|
|
|
#define STRING_WITH_LEN(X) ((const char*) X), ((uint) (sizeof(X) - 1)) |
|
|
|
|
|
|
|
|
|
|
|
class String; |
|
|
class String; |
|
|
int sortcmp(const String *a,const String *b, CHARSET_INFO *cs); |
|
|
int sortcmp(const String *a,const String *b, CHARSET_INFO *cs); |
|
|
String *copy_if_not_alloced(String *a,String *b,uint32 arg_length); |
|
|
String *copy_if_not_alloced(String *a,String *b,uint32 arg_length); |
|
|
|