mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 07:31:57 +00:00
Better exit codes from the server
This commit is contained in:
parent
2eca762c39
commit
5abed8f8a8
@ -1970,7 +1970,7 @@ catch (...)
|
||||
{
|
||||
/// Poco does not provide stacktrace.
|
||||
tryLogCurrentException("Application");
|
||||
throw;
|
||||
return getCurrentExceptionCode();
|
||||
}
|
||||
|
||||
std::unique_ptr<TCPProtocolStackFactory> Server::buildProtocolStackFromConfig(
|
||||
|
Loading…
Reference in New Issue
Block a user