This website requires JavaScript.
Explore
Help
Sign In
thevar1able
/
ClickHouse
Watch
1
Star
0
Fork
0
You've already forked ClickHouse
mirror of
https://github.com/ClickHouse/ClickHouse.git
synced
2024-11-14 19:45:11 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
f81181a7e9
ClickHouse
/
programs
/
su
/
clickhouse-su.cpp
2 lines
51 B
C++
Raw
Normal View
History
Unescape
Escape
Fix clickhouse-su building in splitted build - Add status log message - Add it to clickhouse-bundle in shared build - Move clickhouse-su.cpp into su.cpp, since executable does not have include directories of linked libraries (dbms here), only clickhouse-lib-su does, hence it cannot find includes CI: https://github.com/ClickHouse/ClickHouse/runs/7566319416?check_suite_focus=true Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2022-07-28 19:52:19 +00:00
int
mainEntryClickHouseSU
(
int
argc
,
char
*
*
argv
)
;
Reference in New Issue
Copy Permalink