dbms: fixed error [#CONV-7750].

This commit is contained in:
Alexey Milovidov 2013-06-01 18:57:04 +00:00
parent 67f905dbc4
commit 941bd5541c

View File

@ -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);
}