1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00

UCS-2 aligning 0xAA -> 0x00AA

This commit is contained in:
bar@bar.intranet.mysql.r18.ru
2004-01-19 19:16:30 +04:00
parent 81ef764e2c
commit f802ec0215
21 changed files with 148 additions and 4 deletions

View File

@@ -183,6 +183,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, CHARSET_INFO *cs); // Allocate new string
bool set_or_copy_aligned(const char *s, uint32 arg_length, CHARSET_INFO *cs);
bool copy(const char*s,uint32 arg_length, CHARSET_INFO *csfrom,
CHARSET_INFO *csto);
bool append(const String &s);