提交 e96705ed 编写于 作者: A Alexey Milovidov

dbms: fixed error [#METR-16779].

上级 88f8d02a
......@@ -107,14 +107,15 @@ void ReplicatedMergeTreeLogEntry::readText(ReadBuffer & in)
create_time = create_time_dt;
}
in >> "source replica: " >> source_replica >> "\n"
>> type_str >> "\n";
in >> "source replica: " >> source_replica >> "\n";
if (format_version >= 3)
{
in >> "block_id: " >> escape >> block_id >> "\n";
}
in >> type_str >> "\n";
if (type_str == "get")
{
type = GET_PART;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册