mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-26 09:32:01 +00:00
Init buffer in constructor
This commit is contained in:
parent
9c329996ff
commit
30352f096d
@ -12,6 +12,7 @@ namespace ErrorCodes
|
|||||||
MySQLBinlogEventReadBuffer::MySQLBinlogEventReadBuffer(ReadBuffer & in_)
|
MySQLBinlogEventReadBuffer::MySQLBinlogEventReadBuffer(ReadBuffer & in_)
|
||||||
: ReadBuffer(nullptr, 0, 0), in(in_)
|
: ReadBuffer(nullptr, 0, 0), in(in_)
|
||||||
{
|
{
|
||||||
|
nextIfAtEnd();
|
||||||
}
|
}
|
||||||
|
|
||||||
bool MySQLBinlogEventReadBuffer::nextImpl()
|
bool MySQLBinlogEventReadBuffer::nextImpl()
|
||||||
|
Loading…
Reference in New Issue
Block a user