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
|
namespace ErrorCodes
|
||||||
{
|
{
|
||||||
extern const int LOGICAL_ERROR;
|
extern const int LOGICAL_ERROR;
|
||||||
|
extern const int CANNOT_SEEK_THROUGH_FILE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -40,7 +40,6 @@ private:
|
|||||||
FileStreams streams;
|
FileStreams streams;
|
||||||
Serializations serializations;
|
Serializations serializations;
|
||||||
DiskPtr disk;
|
DiskPtr disk;
|
||||||
std::map<String, std::set<size_t>> marks;
|
|
||||||
|
|
||||||
void addStreams(const NameAndTypePair & name_and_type,
|
void addStreams(const NameAndTypePair & name_and_type,
|
||||||
const ReadBufferFromFileBase::ProfileCallback & profile_callback, clockid_t clock_type);
|
const ReadBufferFromFileBase::ProfileCallback & profile_callback, clockid_t clock_type);
|
||||||
|
Loading…
Reference in New Issue
Block a user