ClickHouse/programs/su
Azat Khuzhin 7fb31fe160 Remove ability to disable generic clickhouse components
Components like client/server/... are very generic, and there is no
point in disabling them, since it does not reduce amount of compiled
code a lot anyway (just a few modules for entrypoints, everything else
is already included in the clickhouse binary), and eventually they are
just symlinks to the clickhouse binary.

But there are few, that requires extra libraries, like ODBC bridge or
keeper components (and there is also standalone keeper binary compiled
with musl), those had been kept.

Also add some descriptions for some utils and change exit code to 0 for
--help.

Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2024-02-12 11:10:00 +01:00
..
clickhouse-su.cpp Remove dlopen 2022-09-17 03:02:34 +02:00
CMakeLists.txt Fix clickhouse-su building in splitted build 2022-07-29 11:36:51 +03:00
su.cpp Remove ability to disable generic clickhouse components 2024-02-12 11:10:00 +01:00