mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 07:31:57 +00:00
Missed comment
This commit is contained in:
parent
70f2a3328d
commit
16fa71a4c9
@ -31,6 +31,7 @@ void Pool::Entry::decrementRefCount()
|
||||
if (!data)
|
||||
return;
|
||||
|
||||
/// We were the last user of this thread, deinitialize it
|
||||
if (data->ref_count.fetch_sub(1) == 1)
|
||||
mysql_thread_end();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user