• Igor Babaev's avatar
    Fixed bug mdev-4220. · bd305d6b
    Igor Babaev authored
    This bug is a regression bug. The regression was introduced by
    the patch for mdev-3851, that tried to weaken the condition when
    a ref access with an extended key can be converted to an eq_ref
    access. The patch incorrectly formed this condition. As a result,
    while improving performance for some queries, the patch caused 
    worse performance for another queries.
    bd305d6b
innodb_ext_key.test 16.3 KB