• Marko Mäkelä's avatar
    MDEV-15553 Assertion failed in dict_table_get_col_name · 4fde1361
    Marko Mäkelä authored
    dict_foreign_qualify_index(): Avoid a redundant and harmful
    computation of col_name of a virtual column. This fixes the
    assertion failure.
    
    dict_foreign_push_index_error(): Do not call dict_table_get_col_name()
    on a virtual column. (It is unclear if this condition is actually
    reachable.)
    4fde1361
dict0dict.cc 196 KB