mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +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:
@ -178,9 +178,9 @@ insert into t1 values ('','empt',2,2),
|
||||
('dddd','d--d',2,2);
|
||||
select * from t1 force index(key1, key2) where key1 < 3 or key2 < 3;
|
||||
pk1 pk2 key1 key2
|
||||
empt 2 2
|
||||
a a--a 2 2
|
||||
bb b--b 2 2
|
||||
ccc c--c 2 2
|
||||
dddd d--d 2 2
|
||||
empt 2 2
|
||||
drop table t1;
|
||||
|
Reference in New Issue
Block a user