Hi, Sachin!
On Jun 15, Sachin Setia wrote:
>
> But the major problem is:-
> Consider this case
>
> create table tbl(abc int primary key,xyz blob unique);
>
> In this case , second key_info will have one user_defined_key_parts but two
> ext_key_parts
> second key_part refers to primary key.
> because of this ha_index_read_idx_map always return HA_ERR_KEY_NOT_FOUND
> I am trying to solve this problem.
I've seen you solved this, but I do not understand the problem (and so I
cannot understand the fix either).
Please, try to add a test case for
the problem you're fixing. In the same commit, preferrably.
Now you can still commit a test case for this problem and your fix,
then, I hope, I'll be able to understand better what the problem was.