mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-23 08:02:02 +00:00
dbms: Server: feature development. [#METR-15090]
This commit is contained in:
parent
4cccd8548e
commit
9460f1b4d4
@ -49,7 +49,7 @@ private:
|
||||
{
|
||||
/// Если нет - надо прочитать его из файла.
|
||||
initInput();
|
||||
file_in->seek(file_pos, SEEK_SET);
|
||||
file_in->seek(file_pos);
|
||||
|
||||
owned_cell.reset(new UncompressedCacheCell);
|
||||
|
||||
|
@ -63,7 +63,7 @@ public:
|
||||
}
|
||||
else
|
||||
{
|
||||
file_in.seek(offset_in_compressed_file, SEEK_SET);
|
||||
file_in.seek(offset_in_compressed_file);
|
||||
|
||||
bytes += offset();
|
||||
nextImpl();
|
||||
|
Loading…
Reference in New Issue
Block a user