• Sergey Vojtovich's avatar
    MDEV-10315 - Online ALTER TABLE may get stuck in tdc_remove_table · e56a5392
    Sergey Vojtovich authored
    There was race condition between online ALTER TABLE and statements performing
    TABLE_SHARE release without marking it flushed (e.g. in case of table cache
    overflow, SET @@global.table_open_cache, manager thread purging table cache).
    
    The reason was missing mysql_cond_broadcast().
    e56a5392
table_cache.cc 34.5 KB