Commit Graph

31919 Commits

Author SHA1 Message Date
Ivan
8d021b31fb
Fix docs for build-cross-osx and build-cross-arm64 (#7821)
* Fix docs for build-cross-osx and build-cross-arm64
* Fix links from ru and zh
* Update docs/en/development/build_cross_arm.md
2019-12-02 17:00:21 +03:00
alesapin
7410d17892 Fix bug with minimal dictionary lifetime equals zero 2019-12-02 16:05:43 +03:00
Vitaly Baranov
b2685a3710
Merge pull request #7727 from kekekekule/master
Added lifetime to system.dictionaries #6820
2019-12-02 15:15:44 +03:00
Mikhail f. Shiryaev
05687b56cd Fix description of ProfileEvents.Names 2019-12-02 12:48:52 +01:00
Mikhail f. Shiryaev
d94718a8e1 Fix quota_key description 2019-12-02 12:48:52 +01:00
Mikhail f. Shiryaev
3e2093ca43 Fix os_user column description 2019-12-02 12:48:52 +01:00
Mikhail f. Shiryaev
8f154ecbdd Fix thread_name column 2019-12-02 12:48:52 +01:00
Mikhail f. Shiryaev
0c1f5bd7fb Fix event names, peak_memory_usage 2019-12-02 12:48:52 +01:00
Mikhail f. Shiryaev
3f4faf9c9b Fix ports columns documentation 2019-12-02 12:48:52 +01:00
Mikhail f. Shiryaev
1d56709656 Fix the client_* columns documentation 2019-12-02 12:48:52 +01:00
Mikhail f. Shiryaev
71c8879c13 Adjust russian thread, fix memory_usage description 2019-12-02 12:48:52 +01:00
alexey-milovidov
cb5e20da5b Update system_tables.md 2019-12-02 12:48:52 +01:00
Mikhail f. Shiryaev
da629e09e5 Add documentation for system.query_thread_log 2019-12-02 12:48:52 +01:00
Mikhail f. Shiryaev
2d2cae5cee Fix unpaired asterisk 2019-12-02 12:45:34 +01:00
chertus
0251f4e442 perf: move applyLazyDefaults() out of cycle for ALL JOIN 2019-12-02 14:45:21 +03:00
Maksim Fedotov
6381d33981 support clickhouse as mysql federated server. apply code review notes p4 2019-12-02 14:32:45 +03:00
Ivan Lezhankin
0e276ad887 Fix build 2019-12-02 14:29:52 +03:00
alesapin
08dfd1d1c4 Limit number of streams for read from StorageFile and StorageHDFS 2019-12-02 14:25:41 +03:00
Ivan Lezhankin
4f56e03729 Use SIGRTMIN instead of SIGPROF for user debugging purposes 2019-12-02 13:50:57 +03:00
alesapin
a4ca30b5fd Fix bug in check table for tables without primary key 2019-12-02 13:30:04 +03:00
Mikhail f. Shiryaev
109028b643 Add cancel_http_readonly_queries_on_client_close description 2019-12-02 11:25:45 +01:00
alexey-milovidov
febb7f6aca
Merge pull request #7956 from amosbird/hdfsabi
utilize libunwind to achieve better abi-compat
2019-12-02 12:57:55 +03:00
alesapin
698df304ee
Merge pull request #7964 from topvisor/patch-3
Update system.md
2019-12-02 12:52:57 +03:00
Ivan Blinkov
19e3488531
minor style fix 2019-12-02 12:45:18 +03:00
Ivan Blinkov
cb36d68384
Update sitemap.xml 2019-12-02 12:23:43 +03:00
Ivan Blinkov
73ecec984b
Update robots.txt 2019-12-02 12:23:10 +03:00
Ivan Blinkov
a694e9c27c
Build Japanese docs (#7938) 2019-12-02 12:21:34 +03:00
alesapin
af85eb8f80
Merge pull request #7916 from azat/dict-avoid-RELOAD-on-CREATE-DATABASE
Do not reload *all* dictionaries on CREATE DATABASE
2019-12-02 11:50:44 +03:00
Yuriy
211e1364f6 fixed style 2019-12-02 06:12:27 +03:00
alexey-milovidov
d56183dbec
Merge pull request #7976 from sundy-li/doc/fixup-monitor
doc: fixup replicas monitor url path
2019-12-01 20:37:02 +03:00
sundy-li
e50a5ad3a4 fixup replicas monitor url path 2019-12-01 22:36:30 +08:00
Vladimir Chebotarev
03ec61fff3 Fixed 01030_storage_s3_syntax stateless test. 2019-12-01 15:35:04 +03:00
Yuriy
3677d1dcfa implemented ProtocolText 2019-12-01 15:17:49 +03:00
Vladimir Chebotarev
d0760bc169 Fixed tests and logic of authorization in S3. 2019-12-01 14:24:55 +03:00
Vladimir Chebotarev
0a19b4fbd6 Attempt to add S3 authentication. 2019-12-01 10:56:11 +03:00
Vladimir Chebotarev
94684c07bf Added syntax for access_key_id and secret_access_key in S3 table function and storage. 2019-12-01 10:56:11 +03:00
Артем Стрельцов
25aa2114b2 Deleted redundant empty lines 2019-12-01 03:49:11 +03:00
Артем Стрельцов
95124e910a Fixed test for lifetime 2019-12-01 03:40:59 +03:00
Nikolay Degterinsky
b0eabb690b Test added 2019-11-29 21:46:26 +03:00
Ivan Blinkov
afd8bced48
Add link to upcoming Moscow meetup 2019-11-29 20:03:12 +03:00
Nikolay Degterinsky
6b39253b71 Fixed naming 2019-11-29 17:15:12 +03:00
alexey-milovidov
c5fd00ac08
Update extended_roadmap.md 2019-11-29 17:08:24 +03:00
Nikolay Degterinsky
59002ddb91 Merge branch 'master' of https://github.com/kekekekule/ClickHouse into dict_lifetime 2019-11-29 17:06:38 +03:00
Maksim Fedotov
13a1a33834 support clickhouse as mysql federated server. apply code review notes p3 2019-11-29 16:37:13 +03:00
Sergei Bocharov
a64db10135 Fixes for javaHashUTF16LE 2019-11-29 15:15:56 +03:00
Mikhail Filimonov
ad136ec62d get rid of cloneWithColumns in internal loop and some other trash 2019-11-29 11:46:25 +01:00
elenaspb2019
bd82806ae1 docs(javaHashUTF16LE):The new description of javaHashUTF16LE function was added. 2019-11-29 13:01:13 +03:00
topvisor
aa09cca5be Update system.md (#7965) 2019-11-29 13:00:43 +03:00
topvisor
ab1da5c217
Update system.md 2019-11-29 12:44:14 +03:00
Nikolai Kochetov
7a32ca057d
Merge pull request #7670 from excitoon-favorites/move_pool
Separated pool for background moves
2019-11-29 11:08:51 +03:00