mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
BUG#13484: In ha_innobase::cmp_ref call Field::key_cmp() as this is the function
that compares key images. mysql-test/r/index_merge_innodb.result: Testcase for BUG#13484 mysql-test/r/rowid_order_innodb.result: Updated results for BUG#13484 mysql-test/t/index_merge_innodb.test: Testcase for BUG#13484
This commit is contained in:
@ -7030,7 +7030,7 @@ ha_innobase::cmp_ref(
|
||||
(const char*)ref1, len1,
|
||||
(const char*)ref2, len2);
|
||||
} else {
|
||||
result = field->cmp((const char*)ref1,
|
||||
result = field->key_cmp((const char*)ref1,
|
||||
(const char*)ref2);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user