remove doubled const TABLE_IS_READ_ONLY

This commit is contained in:
filimonov 2019-08-20 13:18:08 +02:00 committed by GitHub
parent 87e13c494e
commit 8d0c2eacfd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -91,7 +91,6 @@ namespace ErrorCodes
extern const int NOT_FOUND_NODE;
extern const int NO_ACTIVE_REPLICAS;
extern const int LEADERSHIP_CHANGED;
extern const int TABLE_IS_READ_ONLY;
extern const int TABLE_WAS_NOT_DROPPED;
extern const int PARTITION_ALREADY_EXISTS;
extern const int TOO_MANY_RETRIES_TO_FETCH_PARTS;