mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-15 12:14:18 +00:00
ISSUES-4006 try fix build failure after merge master
This commit is contained in:
parent
1eddb3fbc8
commit
da2ad0799f
@ -502,8 +502,7 @@ namespace ErrorCodes
|
||||
extern const int UNKNOWN_RAID_TYPE = 535;
|
||||
extern const int CANNOT_RESTORE_FROM_FIELD_DUMP = 536;
|
||||
extern const int ILLEGAL_MYSQL_VARIABLE = 537;
|
||||
extern const int ILLEGAL_MYSQL_VARIABLE = 538;
|
||||
extern const int MYSQL_SYNTAX_ERROR = 539;
|
||||
extern const int MYSQL_SYNTAX_ERROR = 538;
|
||||
|
||||
extern const int KEEPER_EXCEPTION = 999;
|
||||
extern const int POCO_EXCEPTION = 1000;
|
||||
|
Loading…
Reference in New Issue
Block a user