mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 07:31:57 +00:00
Fix #24124
This commit is contained in:
parent
103b860555
commit
4df8de76c8
@ -223,7 +223,7 @@ void StorageSystemStackTrace::fillData(MutableColumns & res_columns, ContextPtr,
|
||||
{
|
||||
constexpr size_t comm_buf_size = 32; /// More than enough for thread name
|
||||
ReadBufferFromFile comm(thread_name_path.string(), comm_buf_size);
|
||||
readStringUntilEOF(thread_name, comm);
|
||||
readEscapedStringUntilEOL(thread_name, comm);
|
||||
comm.close();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user