Remove assertEOF to improve the compability

Signed-off-by: Frank Chen <frank.chen021@outlook.com>
This commit is contained in:
Frank Chen 2022-09-19 11:20:58 +08:00
parent 2ae43bb4e8
commit 06ae2fb2b5

View File

@ -138,8 +138,6 @@ void DDLLogEntry::parse(const String & data)
rb >> this->tracing_context;
assertEOF(rb);
if (!host_id_strings.empty())
{
hosts.resize(host_id_strings.size());