1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00

String->copy() now has a charset arg

This commit is contained in:
bar@bar.mysql.r18.ru
2002-11-06 17:43:22 +04:00
parent 86b633379c
commit 2434be61f8
9 changed files with 20 additions and 18 deletions

View File

@@ -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);