• Sergey Vojtovich's avatar
    MDEV-4897 - Assertion `share->tdc.prev == 0 && share->tdc.next == 0' · 954d21de
    Sergey Vojtovich authored
                failed in TABLE_SHARE* tdc_acquire_share(THD*, const char*,
                const char*, const char*, uint, uint, TABLE**)
    
    Removed false assertions.
    
    When multiple threads acquire the same previously unused share,
    only one thread shall remove share from unused list (the one that
    has was_unused == true). Other threads will ignore this step and
    may continue even if share is not yet removed from unused list.
    954d21de
table_cache.cc 35.5 KB