Update StorageReplicatedMergeTree.cpp

This commit is contained in:
alexey-milovidov 2020-04-07 20:23:26 +03:00 committed by GitHub
parent 27777c1d2b
commit ead277b717
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -276,7 +276,7 @@ StorageReplicatedMergeTree::StorageReplicatedMergeTree(
{
/// This replica was created with old clickhouse version, so we have
/// to take version of global node. If somebody will alter our
/// table, than we will fill /metadata_version node in zookeeper.
/// table, then we will fill /metadata_version node in zookeeper.
/// Otherwise on the next restart we can again use version from
/// shared metadata node because it was not changed.
Coordination::Stat metadata_stat;