mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 07:31:57 +00:00
Removed unused constant #1947
This commit is contained in:
parent
0908ed1561
commit
28df0c3712
@ -262,7 +262,6 @@ namespace ErrorCodes
|
||||
extern const int PARTITION_ALREADY_EXISTS = 256;
|
||||
extern const int PARTITION_DOESNT_EXIST = 257;
|
||||
extern const int UNION_ALL_RESULT_STRUCTURES_MISMATCH = 258;
|
||||
extern const int UNION_ALL_COLUMN_ALIAS_MISMATCH = 259;
|
||||
extern const int CLIENT_OUTPUT_FORMAT_SPECIFIED = 260;
|
||||
extern const int UNKNOWN_BLOCK_INFO_FIELD = 261;
|
||||
extern const int BAD_COLLATION = 262;
|
||||
|
Loading…
Reference in New Issue
Block a user