mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
String->copy() now has a charset arg
This commit is contained in:
@ -178,7 +178,7 @@ public:
|
||||
|
||||
bool copy(); // Alloc string if not alloced
|
||||
bool copy(const String &s); // Allocate new string
|
||||
bool copy(const char *s,uint32 arg_length); // Allocate new string
|
||||
bool copy(const char *s,uint32 arg_length, CHARSET_INFO *cs); // Allocate new string
|
||||
bool append(const String &s);
|
||||
bool append(const char *s,uint32 arg_length=0);
|
||||
bool append(IO_CACHE* file, uint32 arg_length);
|
||||
|
Reference in New Issue
Block a user