Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
mariadb
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
mariadb
Commits
a85e8a3f
Commit
a85e8a3f
authored
Dec 11, 2007
by
hezx@hezx.(none)
Browse files
Options
Browse Files
Download
Plain Diff
Merge hezx.(none):/media/hda5/work/mysql/bkroot/mysql-5.0-rpl
into hezx.(none):/media/hda5/work/mysql/bkwork/bug#30998/5.0
parents
c267a923
25debb1d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
sql/sql_string.cc
sql/sql_string.cc
+2
-2
No files found.
sql/sql_string.cc
View file @
a85e8a3f
...
...
@@ -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
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment