mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-27 10:02:01 +00:00
Remove extra try/catch for LocalQueryState reset
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
This commit is contained in:
parent
bda4c94f66
commit
f9cd66db36
@ -33,16 +33,9 @@ LocalConnection::LocalConnection(ContextPtr context_, bool send_progress_, bool
|
||||
}
|
||||
|
||||
LocalConnection::~LocalConnection()
|
||||
{
|
||||
try
|
||||
{
|
||||
state.reset();
|
||||
}
|
||||
catch (...)
|
||||
{
|
||||
tryLogCurrentException(__PRETTY_FUNCTION__);
|
||||
}
|
||||
}
|
||||
|
||||
bool LocalConnection::hasReadPendingData() const
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user