• Sergei Petrunia's avatar
    MDEV-10360: Extended keys: index properties depend on index order · 8a8ba194
    Sergei Petrunia authored
    TABLE_SHARE::init_from_binary_frm_image has a rule: if an index
    has a partially-covered column (like in "KEY(col(N))" ), then dont
    provide "Extended Keys" feature for this index.
    
    The problem was that due to coding error Extended Keys feature was
    disabled for *ALL* subsequent indexes. Fixed the error.
    8a8ba194
innodb_ext_key.result 40.7 KB