ClickHouse/programs/server
Azat Khuzhin 063f9cffab Allow memory profiler under sanitizers
Only query profiler cannot work reliably with sanitizers (due to
unwinding from signal handler), but memory profiler should be fine.

Plus sometimes the problem appears only on build with sanitizers, so it
will be useful to have memory related profiling in trace_log.

Also there is a flaky check for stateless tests, that uses build with
ASan, and now trace_log there is empty, which sometimes does not allow
to debug further.
2021-10-11 10:21:26 +03:00
..
config.d
users.d
.gitignore
clickhouse-server.cpp
CMakeLists.txt
config.xml Merge pull request #29155 from FArthur-cmd/add_CORS 2021-10-09 20:18:17 +03:00
config.yaml.example
embedded.xml
MetricsTransmitter.cpp
MetricsTransmitter.h
play.html
Server.cpp Allow memory profiler under sanitizers 2021-10-11 10:21:26 +03:00
Server.h
users.xml Update users.xml 2021-10-09 16:01:01 +03:00
users.yaml.example