-
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.
Aditya A authoredPROBLEM 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