Below is the list of changes that have just been committed into a local
5.0 repository of psergey. When psergey 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
1.2039 05/10/12 16:43:55 sergefp@stripped +1 -0
Fix compile error on Windows: remove wrong typecast
sql/ha_innodb.cc
1.272 05/10/12 16:43:47 sergefp@stripped +1 -2
Fix compile error on Windows: remove wrong typecast
# This is a BitKeeper patch. What follows are the unified diffs for the
# set of deltas contained in the patch. The rest of the patch, the part
# that BitKeeper cares about, is below these diffs.
# User: sergefp
# Host: newbox.mylan
# Root: /home/psergey/mysql-5.0-cast-fix
--- 1.271/sql/ha_innodb.cc 2005-10-07 11:14:38 +04:00
+++ 1.272/sql/ha_innodb.cc 2005-10-12 16:43:47 +04:00
@@ -7042,8 +7042,7 @@
(const char*)ref1, len1,
(const char*)ref2, len2);
} else {
- result = field->key_cmp((const char*)ref1,
- (const char*)ref2);
+ result = field->key_cmp(ref1, ref2);
}
if (result) {
| Thread |
|---|
| • bk commit into 5.0 tree (sergefp:1.2039) | Sergey Petrunia | 12 Oct |