Skip to content
  • Aditya A's avatar
    21d4968e
    Bug #22922527 ASSERTION FAILURE ON ALTER TABLE IN DICT0DICT.CC:2138 · 21d4968e
    Aditya A authored
    PROBLEM
    
    During Alter add/drop virtual columns we were trying to remove table from
    dictionary cache but it crashes because an assert exists which makes sure
    that no table handles are held by other connections. In this case an
    active connection was held my memcached connection.
    
    FIX
    
    Block the alter for adding/dropping virtual column when an active
    memcached connection is present.
    21d4968e
    Bug #22922527 ASSERTION FAILURE ON ALTER TABLE IN DICT0DICT.CC:2138
    Aditya A authored
    PROBLEM
    
    During Alter add/drop virtual columns we were trying to remove table from
    dictionary cache but it crashes because an assert exists which makes sure
    that no table handles are held by other connections. In this case an
    active connection was held my memcached connection.
    
    FIX
    
    Block the alter for adding/dropping virtual column when an active
    memcached connection is present.
Loading