ClickHouse/programs
Azat Khuzhin 40f3dbb448 Ignore harmful env variables in clickhouse binaries (reexec w/o them)
Some environments may really require LD_LIBRARY_PATH (and some other
variables), so rejecting running clickhouse binaries in such envs is a
backward incompatible change.

So instead of rejecting, let's ignore those env variables, i.e. reexec
binaries without them.

Also note, that there is no messages in stderr in case of some of
variables set anymore, since this message may break some scripts.

Refs: #36340
Follow-up for: #36342
2022-05-14 12:08:48 +03:00
..
bash-completion bash-completion: add completion for send_logs_level 2022-04-24 22:36:27 +03:00
benchmark Merge pull request #36497 from tonickkozlov/tonickkozlov/benchmark/allow-auth-env 2022-04-30 08:55:15 +03:00
client Merge master 2022-05-10 19:31:22 +02:00
compressor fix crash when you use clickhouse-git-import with invalid parameter 2022-04-14 23:16:02 +08:00
copier base should not depend on Common 2022-04-29 10:26:35 +08:00
extract-from-config add system.zookeeper_log 2021-07-09 17:05:35 +03:00
format Activate clang-tidy warning "readability-container-contains" 2022-04-18 23:53:11 +02:00
git-import Activate clang-tidy warning "readability-container-contains" 2022-04-18 23:53:11 +02:00
install print stacks if wa cannot terminate server in stress tests 2022-05-09 19:43:51 +02:00
keeper base should not depend on Common 2022-04-29 10:26:35 +08:00
keeper-converter base should not depend on Common 2022-04-29 10:26:35 +08:00
library-bridge base should not depend on Common 2022-04-29 10:26:35 +08:00
local Merge branch 'remind_for_external_option' of github.com:bigo-sg/ClickHouse into bigo-sg-remind_for_external_option 2022-05-07 12:36:57 +02:00
obfuscator Fix various clang-tidy warnings 2022-04-20 10:29:05 +02:00
odbc-bridge base should not depend on Common 2022-04-29 10:26:35 +08:00
server Reload listen_reuse_port/listen_backlog from config 2022-05-12 17:05:39 +03:00
static-files-disk-uploader Fix split build 2022-03-08 18:05:55 +01:00
clickhouse-split-helper Move all folders inside /dbms one level up (#9974) 2020-04-02 02:51:21 +03:00
CMakeLists.txt Update programs/CMakeLists.txt 2022-04-22 11:30:35 +02:00
config_tools.h.in Fix build and add example 2021-08-28 20:35:51 +00:00
embed_binary.S.in Adds a better way to include binary resources 2021-06-09 14:03:30 -07:00
main.cpp Ignore harmful env variables in clickhouse binaries (reexec w/o them) 2022-05-14 12:08:48 +03:00