Updated comment [#CLICKHOUSE-3091].

This commit is contained in:
Alexey Milovidov 2017-06-22 19:09:03 +03:00
parent 22e7070fb0
commit 941c281221

View File

@ -418,7 +418,7 @@ private:
*/
void mergeSelectingThread();
/// Is it possible to merge parts in the specified range? `memo` is an optional parameter.
/// Is it possible to merge parts in the specified range?
bool canMergeParts(
const MergeTreeData::DataPartPtr & left,
const MergeTreeData::DataPartPtr & right);