• Sergey Vojtovich's avatar
    MDEV-8339 - Server crash during table cache eviction · a0f5f407
    Sergey Vojtovich authored
    TDC_element::free_tables_back() had pre-lfhash leftover code, which referenced
    TDC_element::free_tables via TDC_element::share. This is not correct as share
    may be NULL (newly inserted or to be removed), instead access free_tables
    directly.
    a0f5f407
table_cache.h 9.05 KB