Fixed typo

This commit is contained in:
Alexey Milovidov 2020-03-28 04:59:06 +03:00
parent 097fcbcadf
commit f27a95da0d

View File

@ -238,7 +238,7 @@ void StorageMergeTree::alter(
/// We release all locks except alter_intention_lock which allows
/// to execute alter queries sequentially
table_lock_holder.releaseAllExpectAlterIntention();
table_lock_holder.releaseAllExceptAlterIntention();
/// Always execute required mutations synchronously, because alters
/// should be executed in sequential order.