Commit Graph

23611 Commits

Author SHA1 Message Date
alexey-milovidov
b1279c1323
Merge pull request #4743 from azat-archive/clickhouse-client-tty
clickhouse-client: fix --help without tty
2019-03-23 05:54:05 +03:00
Alexey Milovidov
ba474ab21a Merge branch 'master' of github.com:yandex/ClickHouse 2019-03-23 04:27:16 +03:00
Alexey Milovidov
5a7237cc13 Miscellaneous 2019-03-23 04:27:08 +03:00
alexey-milovidov
7da7f8dfb0
Merge pull request #4753 from Felixoid/docker_user
Add way to launch container as custom user
2019-03-23 04:25:34 +03:00
alexey-milovidov
69340528ff
Merge pull request #4772 from yandex/fix-force-recheck-parts
Recheck parts in ReplicatedMergeTreeAlterThread in case of error
2019-03-23 04:22:55 +03:00
alexey-milovidov
2a00a7dc2f
Merge pull request #4771 from 4ertus2/bugs
Rename insert_sample_with_metadata setting
2019-03-23 04:22:33 +03:00
Azat Khuzhin
6d8706e692
clickhouse-client: fix --help without tty
stdin_is_not_tty is detected too late when the --help message is
printed, so fix this and do not call ioctl if stdin is not tty.

Before this patch:
  $ clickhouse-client --help < /dev/null

debug build:
  $ dbms/programs/clickhouse-client --help < /dev/null
  Main options:
    --help
  clickhouse-client: ../contrib/boost/libs/program_options/src/options_description.cpp:542:
  void boost::program_options::{anonymous}::format_description(std::ostream&, const string&, unsigned int, unsigned int): Assertion `line_length > first_column_width' failed.
  Aborted (core dumped)

release build:
  $ dbms/programs/clickhouse-client --help < /dev/null
  .... print lots of empty lines and so forth ...

v2: add a test and bsdutils into image for tests
v3: adjust minimal cols to the length of one of the longest arguments,
since with line_length=3 boost will bail anyway (under script(1)
ioctl(TIOCGWINSZ) returnes ws_col=0)
2019-03-23 02:01:32 +03:00
proller
56f7d21e84 Fix contrib/ssl 2019-03-23 00:42:24 +03:00
proller
e9af289b4d
Fix link in split mode (#4773) 2019-03-22 22:09:13 +03:00
chertus
bb80344740 Merge branch 'master' into bugs 2019-03-22 21:30:30 +03:00
Nikolai Kochetov
2311bbd95c Restore recheck parts in ReplicatedMergeTreeAlterThread in case of error. 2019-03-22 20:24:35 +03:00
chertus
0cc90cf2db rename insert_sample_with_metadata setting 2019-03-22 19:15:44 +03:00
Sébastien Launay
9d46e3bc94 Doc fix: alter duplicated line (#4770) 2019-03-22 18:54:25 +03:00
chertus
abf13ba0c1 test for insert_json_with_defaults + Nested 2019-03-22 18:39:01 +03:00
BayoNet
e7f87bb7cc DOCAPI-5755: enable_optimize_predicate_expression setting description (#4720) 2019-03-22 18:14:23 +03:00
alexey-milovidov
efc2d91507
Merge pull request #4764 from proller/fix23
Move Interpreters/Settings* -> Core/Settings*
2019-03-22 17:49:19 +03:00
alexey-milovidov
b919876a8c
Merge pull request #4758 from yandex/tsan-system-log-fix-race-on-shutdown
Fixed TSan report on shutdown
2019-03-22 17:47:35 +03:00
chertus
6e2d23444f add test for json defaults over http 2019-03-22 17:24:28 +03:00
Mikhail f. Shiryaev
fc5f5969de Use argument for gosu version instead of hardcode 2019-03-22 13:29:19 +01:00
proller
fce9db12b9 Move Interpreters/Settings* -> Core/Settings* 2019-03-22 15:08:30 +03:00
proller
d6d83d4a5c
Allow build without ssl (#4525) (#4750) 2019-03-22 14:18:24 +03:00
Neeke Gao
08ec4f411f Update client_libraries.md (#4760)
添加SeasClick到第三方库列表
2019-03-22 10:39:34 +03:00
Neeke Gao
338b497aaf Update client_libraries.md (#4759)
add SeasClick to client libraries
2019-03-22 10:39:19 +03:00
never lee
40473f2a7e Translate docs/zh/query_language/operators.md (#4755)
* translate docs/zh/query_language/operators.md

* replace 原文  by 来源文章

* Error fixes. [docs/zh/query_language/operators.md]
2019-03-22 08:55:47 +03:00
ogorbacheva
8c248a8602 Doc fix: edit LEFT ARRAY JOIN (#4734) 2019-03-21 22:40:48 +03:00
Alexey Milovidov
41fede9c6b Fixed TSan report on shutdown 2019-03-21 22:22:38 +03:00
Mikhail f. Shiryaev
ebc04d05fb Add way to launch container as custom user 2019-03-21 17:18:44 +01:00
BayoNet
0bbd541907 DOCAPI-5753: Description of use_minimalistic_part_header_in_zookeeper (#4651) 2019-03-21 17:57:17 +03:00
alesapin
98a17fb08d
Merge pull request #4751 from yandex/adding_thread_sanitizer
Add symbolizer-8.0 to test images.
2019-03-21 17:19:58 +03:00
Ivan
18e3dd137c
Fix build with default libs (#4722)
* Fix build with shared libs
* Fix Clang build for ubsan + int128 operations
2019-03-21 16:25:58 +03:00
alesapin
112ce21547 Add symbolizer-8.0 to test images. 2019-03-21 16:20:20 +03:00
alexey-milovidov
88c040d2d3
Merge pull request #4749 from banyrule/patch-2
Fix typo in Data Skipping Indices paragraph (ru doc)
2019-03-21 14:30:03 +03:00
BanyRule
a3327a5b8b
Fix typos 2019-03-21 17:53:46 +07:00
alesapin
9371acb26f
Merge pull request #4748 from yandex/adding_thread_sanitizer
Add clang-8 build
2019-03-21 13:19:18 +03:00
BanyRule
4283fa58a4
Fix typo in Data Skipping Indices paragraph (ru) 2019-03-21 17:10:46 +07:00
alesapin
6b6ac59557 Add asserts to integration tests container 2019-03-21 12:21:56 +03:00
alesapin
304b93ac94 Sanitizer asserts in statful tests 2019-03-21 11:21:30 +03:00
alesapin
face35521a Add clang-8 build 2019-03-21 11:02:45 +03:00
BayoNet
1c5fc84770 DOCAPI-5757: input_format_values_interpret_expressions description (#4730) 2019-03-21 10:38:46 +03:00
alexey-milovidov
2b33e9b7d5
Merge pull request #4499 from nikvas0/nikvas0/bloom_filter_index
Bloom filter indices
2019-03-21 01:29:05 +03:00
alexey-milovidov
f571918fa0
Merge pull request #4742 from yandex/remove-wtf-code-tsan
Removed WTF code
2019-03-21 00:59:54 +03:00
alexey-milovidov
96e5de835f
Merge pull request #4740 from yandex/suppress-warning-in-rdkafka-clang
Suppress warning in "rdkafka" library
2019-03-20 23:41:33 +03:00
Alexey Milovidov
1d1bedca3b Removed WTF code 2019-03-20 23:27:55 +03:00
proller
f697df2079
Tests: fix call .sh from .sh (#4732) 2019-03-20 23:04:49 +03:00
proller
9f1c89729a
Debian: Asking password for default user on package install (#4725) 2019-03-20 22:57:50 +03:00
alexey-milovidov
412737bacf
Merge pull request #4721 from yandex/remove_old_packages
Remove old packages from control
2019-03-20 21:56:46 +03:00
Alexey Milovidov
f749fc933e Minor modification in CHANGELOG 2019-03-20 21:04:02 +03:00
Alexey Milovidov
14c4d0d9bd Suppress warning in "rdkafka" library 2019-03-20 21:03:05 +03:00
Alexey Milovidov
3984af2485 Added russian changelog for 19.1, 19.3 patches 2019-03-20 20:09:19 +03:00
Nikita Vasilev
c10f10cc0b Merge remote-tracking branch 'upstream/master' into nikvas0/bloom_filter_index 2019-03-20 19:39:18 +03:00