summaryrefslogtreecommitdiff
path: root/sql/sql_string.cc
diff options
context:
space:
mode:
authorhezx@hezx.(none) <>2007-12-12 15:43:52 +0800
committerhezx@hezx.(none) <>2007-12-12 15:43:52 +0800
commit81f04074cac6f964fb2f687d88f4317d524ecee6 (patch)
treeb63b24e8b3f627fa296c23e132a8abc2a11aa40d /sql/sql_string.cc
parent90bb675975fce5bc1e42b3a69b1752246c157e88 (diff)
parenta85e8a3f2137c56110168efd35c6323f543a0659 (diff)
downloadmariadb-git-81f04074cac6f964fb2f687d88f4317d524ecee6.tar.gz
Merge hezx.(none):/media/hda5/work/mysql/bkwork/bug#30998/mysql-5.0-rpl
into hezx.(none):/media/hda5/work/mysql/bkwork/bug#30998/merge-mysql-5.1-new-rpl
Diffstat (limited to 'sql/sql_string.cc')
-rw-r--r--sql/sql_string.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/sql/sql_string.cc b/sql/sql_string.cc
index a8eb7360339..f97180474d1 100644
--- a/sql/sql_string.cc
+++ b/sql/sql_string.cc
@@ -297,8 +297,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);