Merge mysql.com:/usr/local/bk/mysql-5.0
into mysql.com:/usr/home/pem/bug13510/mysql-5.0
This commit is contained in:
commit
304d4f580b
@ -7042,8 +7042,7 @@ ha_innobase::cmp_ref(
|
||||
(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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user