mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
Update run.sh
This commit is contained in:
parent
9f187b594c
commit
77f0be25b6
@ -119,7 +119,7 @@ do
|
||||
arrayStringConcat((arrayMap(x -> concat(splitByChar('/', addressToLine(x))[-1], '#', demangle(addressToSymbol(x)) ), trace)), ';') AS stack,
|
||||
count(*) AS samples
|
||||
from system.trace_log
|
||||
where trace_type = '"$trace_type"'
|
||||
where trace_type = '$trace_type'
|
||||
group by trace
|
||||
order by samples desc
|
||||
settings allow_introspection_functions = 1
|
||||
|
Loading…
Reference in New Issue
Block a user