mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-17 13:13:36 +00:00
Remove redundant error code
This commit is contained in:
parent
72ed29f1e8
commit
7d7fdb389d
@ -483,7 +483,6 @@ namespace ErrorCodes
|
||||
extern const int INVALID_GRANT = 509;
|
||||
extern const int CACHE_DICTIONARY_UPDATE_FAIL = 510;
|
||||
extern const int CANNOT_ASSIGN_ALTER = 512;
|
||||
extern const int CONCURRENT_ALTER_IS_PROCESSING = 513;
|
||||
|
||||
extern const int KEEPER_EXCEPTION = 999;
|
||||
extern const int POCO_EXCEPTION = 1000;
|
||||
|
Loading…
Reference in New Issue
Block a user