提交 941bd554 编写于 作者: A Alexey Milovidov

dbms: fixed error [#CONV-7750].

上级 67f905db
......@@ -121,6 +121,7 @@ public:
{
case Protocol::Server::Data:
case Protocol::Server::Progress:
case Protocol::Server::ProfileInfo:
break;
case Protocol::Server::EndOfStream:
......@@ -175,6 +176,9 @@ protected:
break;
case Protocol::Server::ProfileInfo:
break;
default:
throw Exception("Unknown packet from server", ErrorCodes::UNKNOWN_PACKET_FROM_SERVER);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册