Fix server crash during column alteration with ongoing SELECT queries
Official CH changelog text
Fix possible server crash after ALTER TABLE ... MODIFY COLUMN ... NewType when SELECT have WHERE expression on altering column and alter does not finished yet. #16968 (Amos Bird).