Update LocalServer.cpp

This commit is contained in:
Kseniia Sumarokova 2021-10-16 17:34:31 +03:00 committed by GitHub
parent c79c0526ff
commit fa92fd28bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -129,7 +129,7 @@ bool LocalServer::executeMultiQuery(const String & all_queries_text)
{
if (current_exception)
current_exception->rethrow();
continue;
return true;
}
case MultiQueryProcessingStage::EXECUTE_QUERY:
{