mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 15:42:02 +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_)
|
||||
: ReadBuffer(nullptr, 0, 0), in(in_)
|
||||
{
|
||||
nextIfAtEnd();
|
||||
}
|
||||
|
||||
bool MySQLBinlogEventReadBuffer::nextImpl()
|
||||
|
Loading…
Reference in New Issue
Block a user