Commit Graph

31357 Commits

Author SHA1 Message Date
Guillaume Tassery
7983b62b1f
Merge branch 'master' into move_partition 2019-11-21 15:06:14 +07:00
Guillaume Tassery
ebee0ab09a release lock 2019-11-21 09:04:22 +01:00
Vitaly Baranov
dbd32166fa
Merge pull request #7866 from vitlibar/settings-replace-ignorable-flag-with-important-flag
Invert flags in Settings.h: IGNORABLE flag is replaced with IMPORTANT flag
2019-11-21 01:42:22 +03:00
alexey-milovidov
ea2b5b8c94
Merge pull request #7869 from pufit/patch-1
typo
2019-11-21 00:27:54 +03:00
alexey-milovidov
9b25e476d7
Merge pull request #7838 from filimonov/issue7383_update_libunwind
Disable DwarfFDECache in libunwind
2019-11-21 00:27:14 +03:00
Alexey Milovidov
d61507801c Updated roadmap 2019-11-20 23:58:38 +03:00
Alexey Milovidov
5f507f43bf Updated roadmap 2019-11-20 23:57:38 +03:00
Alexey Milovidov
d2c39b40d5 Updated roadmap 2019-11-20 23:55:26 +03:00
pufit
b8438de504
typo
неприемлимо -> неприемлемо
2019-11-20 21:17:49 +03:00
Mikhail Filimonov
c8def1b29e Updated libunwind and protobuf to fix gcc-9 build and #7114 2019-11-20 17:38:42 +01:00
Vitaly Baranov
6e2f9f6f6d Invert flags in Settings.h: IGNORABLE flag is replaced with IMPORTANT flag. 2019-11-20 19:37:04 +03:00
Alexey Milovidov
eb6db2bb54 Merge branch 'master' of github.com:yandex/ClickHouse 2019-11-20 15:17:37 +03:00
Alexey Milovidov
68946cfd09 Changed wording 2019-11-20 15:17:25 +03:00
tavplubix
82407a173d
Merge pull request #7809 from viktortnk/arrayFlatten-documentation
document arrayFlatten (flatten) in en, ru
2019-11-20 15:12:36 +03:00
Denis Zhuravlev
6ae19e69f2 Doc change. ATTACH PARTITION FROM (#7827)
* Update alter.md

ATTACH PARTITION FROM

* Update alter.md

ATTACH PARTITION FROM
2019-11-20 15:07:53 +03:00
Denis Zhuravlev
ea13ed1949 Doc change. Partition key instead of old month (#7828)
* Update insert_into.md

Partition key instead of old month

* Update insert_into.md

Partition key instead of old month

* Update insert_into.md

Partition key instead of old month
2019-11-20 15:04:00 +03:00
Alexey Milovidov
7bbbd62353 Added descriptions to some tasks 2019-11-20 14:34:23 +03:00
tavplubix
5331bf4bcd
Merge pull request #7858 from patsevanton/master
fix propery to property
2019-11-20 13:35:18 +03:00
tavplubix
2439818c82
Merge pull request #7854 from den-crane/patch-7
fix order of elements in a confusing error message
2019-11-20 13:33:51 +03:00
BayoNet
53e701dba3
DOCS-462: trace_log system table and trace_log configuration section docs. (#7842)
* CLICKHOUSEDOCS-462: Started to write.

* CLICKHOUSEDOCS-462: EN docs for trace_log system table and trace_log section of server configuration parameters.

* CLICKHOUSEDOCS-462: Query syntax fix.

* Update docs/en/operations/server_settings/settings.md

Co-Authored-By: Ivan Blinkov <github@blinkov.ru>

* Update docs/en/operations/system_tables.md

Co-Authored-By: Ivan Blinkov <github@blinkov.ru>

* Update docs/en/operations/system_tables.md

Co-Authored-By: Ivan Blinkov <github@blinkov.ru>

* CLICKHOUSEDOCS-462: Clarification.
2019-11-20 12:33:29 +03:00
Alexander Kazakov
c90dc43b9f
Added EN translation of developer instructions (#7825)
* Added EN translation of developer instructions
2019-11-20 10:59:05 +03:00
Anton Patsev
72287b9abb fix propery to property 2019-11-20 13:07:27 +06:00
alexey-milovidov
b741b60b4c
Merge pull request #7852 from yurriy/mysql-protocol-without-ssl
Enabled MySQL compatibility server when ClickHouse is compiled without SSL
2019-11-20 07:30:30 +03:00
alexey-milovidov
420aeb25a4
Update MySQLHandler.cpp 2019-11-20 07:30:00 +03:00
Guillaume Tassery
8239873605 git push origin move_partitionMerge branch 'master' of github.com:ClickHouse/ClickHouse into move_partition 2019-11-20 05:05:23 +01:00
Denis Zhuravlev
cf0c8392b3
fix error message
on the right , on the left -> on the left on the right #7853
2019-11-19 20:57:06 -04:00
Alexey Milovidov
e169f1493b Minor clarifications 2019-11-20 03:36:30 +03:00
Alexey Milovidov
f7ceaf698e Updates + fixed error found by @govorov_n 2019-11-20 03:27:56 +03:00
Yuriy
5be62948bc merged master 2019-11-20 02:34:05 +03:00
Yuriy
1bf4d21c67 more precise error messages in MySQL protocol 2019-11-20 02:27:30 +03:00
Alexey Milovidov
7b6e61abb6 Removed some people 2019-11-20 02:15:24 +03:00
Alexey Milovidov
c2c7bbf472 Valuable changes by reader request 2019-11-20 01:55:59 +03:00
Yuriy
21cc7ae25e enabled MySQL compatibility server when ClickHouse is compiled without SSL 2019-11-20 00:10:21 +03:00
Yiğit Konur
e0f55b4f84 Fixing typos & few grammar corrections (#7850) 2019-11-19 22:19:04 +03:00
Ivan Blinkov
363765846d
Remove link to (almost) past event 2019-11-19 20:07:57 +03:00
alexey-milovidov
4d4de7da95
Merge pull request #7793 from DeifyTheGod/master
fix zero-access user creation
2019-11-19 20:04:07 +03:00
Vitaly Baranov
9cc8a576f6
Merge pull request #7846 from vitlibar/update-poco-to-new-version
Update Poco to a new version.
2019-11-19 19:29:36 +03:00
Vitaly Baranov
db9de2fa0d Update Poco to a new version. 2019-11-19 19:26:41 +03:00
Artem Zuikov
1efa136e24
Update extended_roadmap.md 2019-11-19 23:03:55 +07:00
BayoNet
cf732d7d8d CLICKHOUSEDOCS-465: RU translation for Holistics article. (#7839) 2019-11-19 16:16:54 +03:00
Mikhail Filimonov
5504e3d768 Disable DwarfFDECache in libunwind 2019-11-19 13:04:42 +01:00
Alexey Milovidov
15cb620f42 Update extended roadmap 2019-11-19 11:25:14 +03:00
alexey-milovidov
2ad5468485
Merge pull request #7831 from Carbyn/patch-1
Update features_considered_disadvantages.md
2019-11-19 10:48:28 +03:00
Ivan Blinkov
91b9bc317c
markdown minor fix 2019-11-19 07:38:09 +03:00
Ivan Blinkov
514a5eba3d
markdown minor fix 2019-11-19 07:37:47 +03:00
Ivan Blinkov
9533a813e8
markdown minor fix 2019-11-19 07:37:20 +03:00
Carbyn
ebc68ab02f
Update features_considered_disadvantages.md 2019-11-19 11:10:18 +08:00
evtan
b73da5142f Updating Holistics product to Clickhouse page (#7822)
Thanks for reminding me Ivan, adding Holistics to the list.
2019-11-18 22:21:00 +03:00
evtan
4f9f0108e2 Updating Holistics to Clickhouse support page (#7824)
Updating Holistics support for Clickhouse to Chinese page
2019-11-18 22:19:44 +03:00
Alexey Milovidov
a3a1d5bb0c Added roadmap for 2020 (draft) 2019-11-18 22:10:48 +03:00