mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
dbms: IO: modification [#CONV-2546].
This commit is contained in:
parent
123e3f8e76
commit
054786a2a7
@ -58,7 +58,7 @@ public:
|
||||
pos = working_buffer.begin();
|
||||
}
|
||||
|
||||
/** желательно в наследниках поместить в деструктор вызов next(),
|
||||
/** желательно в наследниках поместить в деструктор вызов nextImpl(),
|
||||
* чтобы последние данные записались
|
||||
*/
|
||||
virtual ~WriteBuffer() {}
|
||||
|
@ -31,7 +31,7 @@ public:
|
||||
|
||||
~WriteBufferFromOStream()
|
||||
{
|
||||
next();
|
||||
nextImpl();
|
||||
}
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user