diff options
author | unknown <bar@bar.intranet.mysql.r18.ru> | 2004-01-19 19:16:30 +0400 |
---|---|---|
committer | unknown <bar@bar.intranet.mysql.r18.ru> | 2004-01-19 19:16:30 +0400 |
commit | 162f1dc5e6f8cd24ec996aa701a50bf20b8f6a36 (patch) | |
tree | f567782e8ab2357e9f089387fcb0d454a6a02ce3 /sql/sql_string.h | |
parent | d89fd8281bb6795da5d897561fb19e19a631ce0e (diff) | |
download | mariadb-git-162f1dc5e6f8cd24ec996aa701a50bf20b8f6a36.tar.gz |
UCS-2 aligning 0xAA -> 0x00AA
Diffstat (limited to 'sql/sql_string.h')
-rw-r--r-- | sql/sql_string.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/sql_string.h b/sql/sql_string.h index 325611737ca..8817aa8eab8 100644 --- a/sql/sql_string.h +++ b/sql/sql_string.h @@ -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); |