mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-26 09:32:01 +00:00
Fix build
This commit is contained in:
parent
881ae8617e
commit
759f747080
@ -28,6 +28,7 @@ namespace DB
|
||||
namespace ErrorCodes
|
||||
{
|
||||
extern const int LOGICAL_ERROR;
|
||||
extern const int CANNOT_SEEK_THROUGH_FILE;
|
||||
}
|
||||
|
||||
|
||||
|
@ -40,7 +40,6 @@ private:
|
||||
FileStreams streams;
|
||||
Serializations serializations;
|
||||
DiskPtr disk;
|
||||
std::map<String, std::set<size_t>> marks;
|
||||
|
||||
void addStreams(const NameAndTypePair & name_and_type,
|
||||
const ReadBufferFromFileBase::ProfileCallback & profile_callback, clockid_t clock_type);
|
||||
|
Loading…
Reference in New Issue
Block a user