diff options
author | unknown <bar@mysql.com/bar.myoffice.izhnet.ru> | 2007-12-05 12:26:21 +0400 |
---|---|---|
committer | unknown <bar@mysql.com/bar.myoffice.izhnet.ru> | 2007-12-05 12:26:21 +0400 |
commit | c4faf61acd405231954943548de200c9dce78101 (patch) | |
tree | 791de101d3e46b207c46d41cd65bfd5aceb8d94c /sql | |
parent | fff22e0903de4fbd9aa975fdb61f3c1390dd4b04 (diff) | |
download | mariadb-git-c4faf61acd405231954943548de200c9dce78101.tar.gz |
sql_string.cc:
Fixing a wrong comment.
sql/sql_string.cc:
Fixing a wrong comment.
Diffstat (limited to 'sql')
-rw-r--r-- | sql/sql_string.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sql/sql_string.cc b/sql/sql_string.cc index 9d7df73cd7a..278130db7bb 100644 --- a/sql/sql_string.cc +++ b/sql/sql_string.cc @@ -307,8 +307,8 @@ bool String::copy_aligned(const char *str,uint32 arg_length, uint32 offset, return TRUE; /* - Note, this is only safe for little-endian UCS-2. - If we add big-endian UCS-2 sometimes, this code + Note, this is only safe for big-endian UCS-2. + If we add little-endian UCS-2 sometimes, this code will be more complicated. But it's OK for now. */ bzero((char*) Ptr, offset); |