mirror of https://github.com/ByConity/ByConity
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