Fixed ErrorCodes, part 7

This commit is contained in:
Alexey Milovidov 2020-02-26 17:18:30 +03:00
parent 425ed714eb
commit d8885cb5d3

View File

@ -84,14 +84,12 @@ namespace DB
namespace ErrorCodes
{
extern const int NOT_ENOUGH_SPACE;
extern const int NO_SUCH_DATA_PART;
extern const int TABLE_DIFFERS_TOO_MUCH;
extern const int NOT_IMPLEMENTED;
extern const int DIRECTORY_ALREADY_EXISTS;
extern const int TOO_MANY_UNEXPECTED_DATA_PARTS;
extern const int DUPLICATE_DATA_PART;
extern const int UNKNOWN_DISK;
extern const int NO_SUCH_COLUMN_IN_TABLE;
extern const int LOGICAL_ERROR;
extern const int ILLEGAL_COLUMN;