Commit Graph

52969 Commits

Author SHA1 Message Date
alexey-milovidov
28007844c8
Merge pull request #17645 from georgthegreat/patch-2
Use feature testing macro to test if char8_t is supported
2020-12-01 10:14:30 +03:00
MyroTk
2cbf2d8f7b New RBAC testflows tests for SHOW, TRUNCATE, KILL, and OPTIMIZE.
Updates to old tests.
2020-12-01 05:58:45 +01:00
Denny Crane
7816b1c65f
dictionaries_lazy_load 2020-11-30 23:57:14 -04:00
Denny Crane
4dca7b8a0c
dictionaries_lazy_load 2020-11-30 23:54:48 -04:00
Denny Crane
5b5803b40d
fixed formatting 2020-11-30 23:18:16 -04:00
Denny Crane
255a0922c3
Update replacingmergetree.md 2020-11-30 23:10:34 -04:00
Denny Crane
534cec15b2
Update replacingmergetree.md 2020-11-30 23:06:36 -04:00
Denny Crane
cf96f990c3
Update replacingmergetree.md 2020-11-30 22:44:56 -04:00
Denny Crane
2e5c415035
Update date-time-functions.md 2020-11-30 22:19:26 -04:00
Amos Bird
7e1d71305a
fix test 2020-12-01 10:15:38 +08:00
Denny Crane
667f3fcfde
toTimeZone 2020-11-30 22:07:16 -04:00
Denny Crane
c3b6c7fe89
Update date-time-functions.md 2020-11-30 21:59:37 -04:00
Denny Crane
5c6a19dc30
toTimeZone 2020-11-30 21:56:05 -04:00
Azat Khuzhin
9c801239cf
Better description of costly ArenaAllocChunks in AggregatingSortedAlgorithm
Co-authored-by: Alexander Kuzmenkov <36882414+akuzm@users.noreply.github.com>
2020-12-01 00:52:12 +03:00
Dmitriy
5b505dd749 Update partition.md
Внес поправки в английскую версию.
2020-11-30 23:33:30 +03:00
Vasily Nemkov
87945fb68b Merge branch 'master' into HEAD 2020-11-30 23:25:57 +03:00
Yuriy Chernyshov
a6e66fc3b5
Use feature testing macro to test if char8_t is supported 2020-11-30 22:36:30 +03:00
Dmitriy
5f0d06d926 Update settings.md
Внес поправки в английскую версию.
2020-11-30 21:42:27 +03:00
spongedc
9e995d9756 1.make ttl option more generic 2. add check if engine specified for system log 2020-12-01 00:29:36 +08:00
Nikolai Kochetov
319d36a3b7 Update CMakeLists.txt 2020-11-30 19:11:56 +03:00
Nikolai Kochetov
0e04320259 Update CMakeLists.txt 2020-11-30 19:10:18 +03:00
Nikolai Kochetov
d50a0e63e6 Added example from boost. 2020-11-30 18:46:58 +03:00
Nikolai Kochetov
4f442cd8f3 Update CMakeLists.txt for boost 2020-11-30 18:32:01 +03:00
Alexander Tokmakov
fe7c3cb865 fix race on is_circular_replicated 2020-11-30 18:31:02 +03:00
Alexander Kuzmenkov
7b53637178
Merge pull request #17621 from ClickHouse/aku/ot-test-fix
Fix the OpenTelemetry test
2020-11-30 18:28:27 +03:00
Nikolai Kochetov
0f293e60e1 Update CMakeLists.txt for boost 2020-11-30 18:22:34 +03:00
olgarev
fe00f70424
DOCSUP-4194: Updated CREATE TABLE statement with PRIMARY KEY section (#17213)
* Section added

* Syntax corrected

Co-authored-by: Olga Revyakina <revolg@yandex-team.ru>
2020-11-30 18:09:46 +03:00
Nikolai Kochetov
fa9814921c Updae boost. 2020-11-30 17:57:31 +03:00
spongedc
d96600678d Merge remote-tracking branch 'origin/master' into add_ttl_option_for_syslog 2020-11-30 22:53:52 +08:00
Amos Bird
310918b06a
reload symbols and fix build-id 2020-11-30 22:30:55 +08:00
Alexander Kuzmenkov
c5a81f6172
Merge pull request #17437 from vitlibar/add-new-constants-to-client-info-interface
Add constants to ClientInfo::Interface for MySQL and PostgreSQL protocols
2020-11-30 17:02:30 +03:00
alexey-milovidov
234c5caa08
Update CHANGELOG.md 2020-11-30 17:02:03 +03:00
tavplubix
db3918d88d
Merge pull request #16861 from Jokser/disk-s3-proxy-tunnel-mode
Support HTTP proxy and HTTPS S3 endpoint configuration
2020-11-30 16:05:12 +03:00
nikitamikhaylov
1037a994a8 done 2020-11-30 15:53:37 +03:00
Nikolai Kochetov
ad9a0c6144 Update poco 2020-11-30 15:43:37 +03:00
Anton Popov
115574163e
Merge pull request #16937 from satanson/master
A very fast O(logn) repeat impl
2020-11-30 15:14:51 +03:00
alexey-milovidov
81e4885664
Merge pull request #17556 from ClickHouse/memory-amount-worse
getMemoryAmount: make code worse
2020-11-30 12:53:50 +03:00
taichong
5b9d9376c3 add integration test: ClickHouse killed while insert for MaterializeMySQL ENGINE 2020-11-30 17:33:31 +08:00
Alexander Kuzmenkov
8fd0810142
Update aggregating_merge_tree_simple_aggregate_function_string.xml
`system stop merges` w/o table name has global effect, so the rest of the tests is affected. Also `optimize` is more suitable here so that the end result is the same every time.
2020-11-30 12:31:30 +03:00
Alexander Kuzmenkov
d9dd9341ce Fix the OpenTelemetry test 2020-11-30 12:11:17 +03:00
Alexey Milovidov
6590fdfdd2 Fix logging 2020-11-30 11:44:01 +03:00
taichong
6d8cf30f5d add integration test: MySQL killed while insert for MaterializeMySQL ENGINE 2020-11-30 16:31:09 +08:00
Ivan Blinkov
cbbdec572a
Update README.md 2020-11-30 05:02:02 -03:00
alesapin
6d2a007b79 Merge branch 'master' into complete_zk_api 2020-11-30 10:58:25 +03:00
alesapin
25f40db2fb
Merge pull request #17499 from ClickHouse/concurrent_mutation_and_random_kill
Fix kill mutation on concurrent alter queries
2020-11-30 10:51:50 +03:00
alexey-milovidov
e9795acd93
Update adopters.md 2020-11-30 10:50:14 +03:00
Alexey Milovidov
e42ff1ae02 Port ClickHouse code to BoringSSL 2020-11-30 10:01:55 +03:00
Alexey Milovidov
af5e2084ff Port ClickHouse code to BoringSSL 2020-11-30 09:59:35 +03:00
Alexey Milovidov
8f9b101ac0 Merge branch 'fix-grpc-tests' into sentry-official-cpu-ram 2020-11-30 09:40:21 +03:00
Alexey Milovidov
97242e1fee Merge branch 'master' into sentry-official-cpu-ram 2020-11-30 09:40:10 +03:00