Below is the list of changes that have just been committed into a local
5.0 repository of bar. When bar does a push these changes will
be propagated to the main repository and, within 24 hours after the
push, to the public repository.
For information on how to access the public repository
see http://dev.mysql.com/doc/mysql/en/installing-source-tree.html
ChangeSet@stripped, 2007-12-05 12:26:21+04:00, bar@stripped +1 -0
sql_string.cc:
Fixing a wrong comment.
sql/sql_string.cc@stripped, 2007-12-05 12:26:10+04:00, bar@stripped +2 -2
Fixing a wrong comment.
diff -Nrup a/sql/sql_string.cc b/sql/sql_string.cc
--- a/sql/sql_string.cc 2007-08-07 19:25:43 +05:00
+++ b/sql/sql_string.cc 2007-12-05 12:26:10 +04:00
@@ -307,8 +307,8 @@ bool String::copy_aligned(const char *st
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);
| Thread |
|---|
| • bk commit into 5.0 tree (bar:1.2557) | bar | 5 Dec |