Update StorageReplicatedMergeTree.cpp

This commit is contained in:
Vadim 2018-08-22 17:26:37 +03:00 committed by GitHub
parent 62b9b039cd
commit 22b7c436e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -109,6 +109,7 @@ namespace ErrorCodes
extern const int ALL_REPLICAS_LOST;
extern const int CAN_NOT_CLONE_REPLICA;
extern const int SOURCE_REPLICA_IS_LOST;
extern const int UPDATE_CH;
}
namespace ActionLocks