dbms: Server: feature development. [#METR-15090]

This commit is contained in:
Alexey Arno 2015-03-25 17:15:50 +03:00
parent 9f6d66a285
commit 6789e6327c

View File

@ -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)