Azat Khuzhin
a332d8b01e
Cover GLOBAL IN for Distributed over Distributed
2020-04-12 01:22:29 +03:00
Alexey Milovidov
cf483b7ecc
Added a test
2020-04-12 01:14:55 +03:00
Alexey Milovidov
cf9f00644e
Fix the issue with arrayJoin and PREWHERE optimization #10092
2020-04-12 01:13:06 +03:00
Azat Khuzhin
85448f4b13
Add test from the #2610 ( closes : #2610 )
2020-04-12 00:46:54 +03:00
Alexey Milovidov
121bf7b8c2
Whitespace #9968
2020-04-12 00:37:19 +03:00
alexey-milovidov
f472535f54
Merge pull request #9968 from Enmk/SIMD_tokenization
...
Splitting string into Alpha-Num tokens with SIMD intrinsics.
2020-04-12 00:33:29 +03:00
alexey-milovidov
98c603eaae
Merge pull request #10168 from azat/unbundled-msgpack
...
Add ability to use unbundled msgpack
2020-04-11 23:20:44 +03:00
alexey-milovidov
00d8e7eefb
Merge branch 'master' into transform_null_in
2020-04-11 23:15:54 +03:00
alexey-milovidov
3e110d8237
Merge pull request #10192 from vitlibar/always-replace-empty-database-with-current
...
Fix using the current database for access checking
2020-04-11 23:10:16 +03:00
alexey-milovidov
e63fe6da84
Update msgpack.cmake
2020-04-11 23:07:11 +03:00
alexey-milovidov
a4969d89f9
Merge pull request #10164 from azat/system.tables-superfluous-dict-reload
...
Avoid superfluous dictionaries load
2020-04-11 23:05:56 +03:00
alexey-milovidov
cd979d7997
Merge pull request #10130 from CurtizJ/polymorphic-parts
...
Fix some kinds of alters with compact parts
2020-04-11 23:02:48 +03:00
alexey-milovidov
8ce1949377
Merge pull request #10151 from filimonov/clickhouse-docker-util
...
clickhouse-docker-util
2020-04-11 23:01:35 +03:00
alexey-milovidov
a7ecacc8b0
Merge pull request #10186 from filimonov/setting_allow_nondeterministic_mutations
...
allow_nondeterministic_mutations
2020-04-11 22:56:06 +03:00
alexey-milovidov
5e36a65d0c
Merge pull request #10172 from ClickHouse/fix_odbc_roundtrip
...
Fix odbc round trip test
2020-04-11 22:55:24 +03:00
alexey-milovidov
3b85ef27a4
Merge pull request #10173 from ClickHouse/fix_url_engine
...
Add retries to 00646_url_engine test
2020-04-11 22:53:26 +03:00
Alexey Milovidov
53199ae546
Fix various small issues in interactive mode of clickhouse-client #10189 #5908
2020-04-11 22:51:04 +03:00
alexey-milovidov
1e2206bdd9
Update security_changelog.md
2020-04-11 20:54:10 +03:00
Vitaly Baranov
2e55d44e57
Fix using the current database for access checking when the database isn't specified.
2020-04-11 20:13:56 +03:00
Alexey Milovidov
3d1e5b4bc9
Changed Slack Link (tnx. lnuynxa)
2020-04-11 19:34:24 +03:00
Alexey Milovidov
1526722333
Enforce that there is no machine translation to russian #10191
2020-04-11 18:54:26 +03:00
alexey-milovidov
59b5f88099
Eliminate the rott.
2020-04-11 18:43:13 +03:00
Alexey Milovidov
218b9b3c6c
Remove garbage
2020-04-11 18:40:11 +03:00
Alexey Milovidov
ab8900ecff
Fix bad translation, step 2: replace with symlinks #10191
2020-04-11 18:03:35 +03:00
Alexey Milovidov
b00d9c7855
Fix bad translation, step 1: remove files #10191
2020-04-11 17:56:54 +03:00
Alexey Milovidov
1484ab1f1a
Fix machine translation #10191
2020-04-11 17:52:59 +03:00
Vitaly Baranov
18fbd968ba
Merge pull request #10165 from azat/drop-dictionary-as-table
...
Do not break DROP DICTIONARY with DROP TABLE
2020-04-11 14:49:41 +03:00
Ivan
19bb2976b9
Update pdqsort to recent version ( #10171 )
2020-04-11 14:16:14 +03:00
Ivan
67235834b3
Update libdivide to v3.0 ( #10169 )
2020-04-11 14:14:01 +03:00
Azat Khuzhin
55a143d1a5
Avoid superfluous dictionaries load (system.tables, SHOW CREATE TABLE)
...
This patch avoids loading dictionaries for:
- SELECT * FROM system.tables (used by clickhouse-client for completion)
- SHOW CREATE TABLE some_dict
But the dictionary will still be loaded on:
- SHOW CREATE TABLE some_dict (from the database with Dictionary engine)
2020-04-11 13:26:41 +03:00
Azat Khuzhin
e0c972448e
Cover SHOW CREATE TABLE from database with Dictionary ENGINE
2020-04-11 13:26:19 +03:00
Eugene Klimov
68fa04054a
add <prometheus> in server settings and monitoring section ( #10015 )
...
* add description for <prometheus> in server settings and monitoring section
Signed-off-by: Slach <bloodjazman@gmail.com>
* Update docs/en/operations/server_settings/settings.md
Co-Authored-By: BayoNet <da-daos@yandex.ru>
* Update docs/en/operations/server_settings/settings.md
Co-Authored-By: BayoNet <da-daos@yandex.ru>
* Update docs/en/operations/server_settings/settings.md
Co-Authored-By: BayoNet <da-daos@yandex.ru>
* Update docs/en/operations/server_settings/settings.md
Co-Authored-By: BayoNet <da-daos@yandex.ru>
* Update docs/en/operations/server_settings/settings.md
Co-Authored-By: BayoNet <da-daos@yandex.ru>
* Update docs/en/operations/server_settings/settings.md
Co-Authored-By: BayoNet <da-daos@yandex.ru>
* sync russian description with english
Signed-off-by: Slach <bloodjazman@gmail.com>
* Update docs/ru/operations/server_settings/settings.md
* sync russian description with english
Signed-off-by: Slach <bloodjazman@gmail.com>
Co-authored-by: BayoNet <da-daos@yandex.ru>
Co-authored-by: Ilya Yatsishin <2159081+qoega@users.noreply.github.com>
2020-04-11 08:27:24 +03:00
Vitaly Baranov
e86f549103
Merge pull request #10181 from vitlibar/revert-resetting-settings-in-tcp-handler
...
Revert resetting settings in TCPHandler
2020-04-11 07:46:23 +03:00
Alexander Kuzmenkov
7c57876ea4
simplified backport script
2020-04-11 03:00:33 +03:00
Alexander Kuzmenkov
32f0789eaa
Update README.md
2020-04-11 01:41:47 +03:00
Alexander Kuzmenkov
c097e1f9e5
Update README.md
2020-04-11 01:38:40 +03:00
Alexander Kuzmenkov
c3a71616d9
simplified backport script
2020-04-11 01:30:29 +03:00
Konstantin Lebedev
c9542b6601
Style fixes for communication between ClickHouse and Zookeeper over SSL
2020-04-11 01:09:14 +03:00
Vitaly Baranov
4d74d04866
Merge pull request #10187 from vitlibar/update-submodule-libc-headers
...
Update submodule libc-headers to a new version.
2020-04-11 00:07:58 +03:00
Vitaly Baranov
9208847a85
Update submodule libc-headers to a new version.
2020-04-11 00:07:08 +03:00
alexey-milovidov
25236d3544
Merge branch 'master' into setting_allow_nondeterministic_mutations
2020-04-10 23:58:46 +03:00
alexey-milovidov
330d138106
Update Settings.h
2020-04-10 23:58:13 +03:00
Ivan Blinkov
2122eab14e
Update adopters.md
2020-04-10 23:02:36 +03:00
Mikhail Filimonov
2f5b4b0f9b
Added ability to relax the restriction on non-deterministic functions usage in mutations with allow_nondeterministic_mutations setting.
2020-04-10 22:01:10 +02:00
Ivan Blinkov
344be40068
Re-attach index.md to better place in nav + hide empty articles ( #10182 )
2020-04-10 22:22:15 +03:00
Ivan Blinkov
0ecfede695
Update index.md
2020-04-10 21:36:55 +03:00
Azat Khuzhin
5b3c635200
Do not break DROP DICTIONARY after DROP TABLE executed on dictionary
2020-04-10 21:10:32 +03:00
Vitaly Baranov
ca634f603a
Revert resetting the settings to their defaults after each query in TCPHandler.
2020-04-10 21:09:59 +03:00
Vitaliy Zakaznikov
7d076d7f3d
Removing comments.
2020-04-10 14:09:28 -04:00
Vitaliy Zakaznikov
16c10851d3
Adding more tests to test_distributed_over_live_view.
...
Updating test_live_view_over_distributed to be more robust.
2020-04-10 13:47:47 -04:00