dbms/src/Storages/StorageMergeTree.cpp

This commit is contained in:
Alexey Milovidov 2020-02-25 16:57:33 +03:00
parent 86c28d9731
commit 88f0be8933

View File

@ -104,6 +104,8 @@ namespace ErrorCodes
extern const int ABORTED;
extern const int UNKNOWN_PART_TYPE;
extern const int UNEXPECTED_AST_STRUCTURE;
extern const int UNKNOWN_DISK;
extern const int NOT_ENOUGH_SPACE;
}