mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
sql_string.cc:
Fixing a wrong comment. sql/sql_string.cc: Fixing a wrong comment.
This commit is contained in:
@ -307,8 +307,8 @@ bool String::copy_aligned(const char *str,uint32 arg_length, uint32 offset,
|
|||||||
return TRUE;
|
return TRUE;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
Note, this is only safe for little-endian UCS-2.
|
Note, this is only safe for big-endian UCS-2.
|
||||||
If we add big-endian UCS-2 sometimes, this code
|
If we add little-endian UCS-2 sometimes, this code
|
||||||
will be more complicated. But it's OK for now.
|
will be more complicated. But it's OK for now.
|
||||||
*/
|
*/
|
||||||
bzero((char*) Ptr, offset);
|
bzero((char*) Ptr, offset);
|
||||||
|
Reference in New Issue
Block a user