41
44
extern const String my_null_string;
42
45
namespace memory { class Root; }
43
46
typedef struct charset_info_st CHARSET_INFO;
48
51
int sortcmp(const String *a,const String *b, const CHARSET_INFO * const cs);
49
52
int stringcmp(const String *a,const String *b);