mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 07:31:57 +00:00
dbms: Server: feature development. [#METR-15090]
This commit is contained in:
parent
9f6d66a285
commit
6789e6327c
@ -55,6 +55,8 @@ WriteBufferAIO::~WriteBufferAIO()
|
||||
|
||||
if (fd != -1)
|
||||
::close(fd);
|
||||
if (fd2 != -1)
|
||||
::close(fd2);
|
||||
}
|
||||
|
||||
off_t WriteBufferAIO::seek(off_t off, int whence)
|
||||
|
Loading…
Reference in New Issue
Block a user