Nikita Mikhaylov
|
3af3ce2cf7
|
fix stupid bug
|
2019-12-26 16:33:42 +03:00 |
|
Nikita Mikhaylov
|
230694e17d
|
Merge branch 'master' of github.com:ClickHouse/ClickHouse into cache-dictionary
|
2019-12-26 12:29:32 +03:00 |
|
Nikolai Kochetov
|
3ccd33eeb8
|
Merge pull request #8362 from ClickHouse/processors-4.5
Affinity for processors pipeline. Fix integration tests.
|
2019-12-26 12:14:32 +03:00 |
|
Nikolai Kochetov
|
348b13af8c
|
Disable processors by default.
|
2019-12-26 12:13:14 +03:00 |
|
Nikita Mikhaylov
|
ea6c894656
|
Merge branch 'master' of github.com:ClickHouse/ClickHouse into cache-dictionary
|
2019-12-26 12:01:43 +03:00 |
|
alexey-milovidov
|
a6bac3a60a
|
Merge pull request #8395 from ClickHouse/aku/log-to-console
Make log_to_console.xml log to stderr always.
|
2019-12-26 02:31:27 +03:00 |
|
Nikita Mikhaylov
|
208db45668
|
add condvar usage and better code
|
2019-12-26 00:43:12 +03:00 |
|
Nikolai Kochetov
|
438ea5bc22
|
Remove context from formats (#8388)
* Remove Context from formats.
|
2019-12-25 22:17:41 +03:00 |
|
alesapin
|
fe6a63a12a
|
Merge pull request #8361 from ClickHouse/immutable_parts
More correct alters for non replicated MergeTree
|
2019-12-25 22:08:20 +03:00 |
|
Nikolai Kochetov
|
5b2847fb90
|
Fix mysql_protocol integration tests.
|
2019-12-25 21:46:37 +03:00 |
|
alexey-milovidov
|
8d1165ed92
|
Merge pull request #8387 from ClickHouse/stack-trace-physical-addresses
Show physical addresses in stack traces
|
2019-12-25 16:02:41 +03:00 |
|
alesapin
|
3b6e3db0c2
|
Remove redundant alter_lock, because parts cannot be altered concurrently.
|
2019-12-25 15:34:04 +03:00 |
|
Alexander Kuzmenkov
|
e3cb9043ab
|
log_to_console.xml should log to console.
Confusingly, it doesn't specify 'logger.console' now.
|
2019-12-25 14:01:58 +03:00 |
|
alesapin
|
d4987f86d3
|
Merge branch 'master' into immutable_parts
|
2019-12-25 11:44:47 +03:00 |
|
alexey-milovidov
|
e2d2f02d59
|
Merge pull request #8383 from ClickHouse/fix-race-in-directory-monitor
Fix race in StorageDistributedDirectoryMonitor
|
2019-12-25 01:30:16 +03:00 |
|
alexey-milovidov
|
1150169e55
|
Merge pull request #8385 from 4ertus2/joins
Relax ambiguous column check for multiple JOIN ON section
|
2019-12-25 01:28:17 +03:00 |
|
Alexey Milovidov
|
80f42a1f3b
|
Show physical addresses in StackTrace
|
2019-12-24 23:07:44 +03:00 |
|
alesapin
|
34d2afa354
|
Fix obvious bug
|
2019-12-24 23:03:33 +03:00 |
|
Nikita Mikhaylov
|
77c4727e50
|
do nothing in case of only cache_expired values
|
2019-12-24 21:54:23 +03:00 |
|
chertus
|
afaf860810
|
relax ambiguous column check for multiple JOIN ON section
|
2019-12-24 21:51:37 +03:00 |
|
Nikolai Kochetov
|
6a1dccd27c
|
Change initialization order for StorageDistributedDirectoryMonitor members.
|
2019-12-24 21:25:00 +03:00 |
|
alesapin
|
05b933b1d3
|
Better
|
2019-12-24 21:07:51 +03:00 |
|
Alexey Milovidov
|
8d190e6807
|
Fixed build
|
2019-12-24 20:16:38 +03:00 |
|
Alexey Milovidov
|
bc36c3f1a9
|
Avoid std::terminate in destructors of some WriteBuffers
|
2019-12-24 20:12:08 +03:00 |
|
Nikolai Kochetov
|
2148f09220
|
Disable affinity for apple and FreeBSD.
|
2019-12-24 20:00:43 +03:00 |
|
Nikolai Kochetov
|
2e8cf5356f
|
Merge pull request #8376 from ClickHouse/try-fix-tests-with-processors
Try fix tests with processors.
|
2019-12-24 19:59:04 +03:00 |
|
Nikita Mikhaylov
|
cc5f7a7b36
|
another changes
|
2019-12-24 19:50:23 +03:00 |
|
tavplubix
|
7c1a6c726d
|
Merge pull request #8359 from ClickHouse/more_readable_interpreter_create
Refactor table creation
|
2019-12-24 18:07:43 +03:00 |
|
Nikolai Kochetov
|
6541b2db9e
|
Merge pull request #8351 from ClickHouse/fix-dict-with-clickhouse-source-and-subquery
Fix dict with clickhouse source and subquery
|
2019-12-24 16:56:48 +03:00 |
|
Nikolai Kochetov
|
e53b68d00f
|
Fix apple build.
|
2019-12-24 16:55:28 +03:00 |
|
Nikolai Kochetov
|
6fbc202bb3
|
Try fix tests with processors.
|
2019-12-24 16:30:28 +03:00 |
|
Nikita Mikhaylov
|
09805b2396
|
exception ptr added
|
2019-12-24 16:26:23 +03:00 |
|
Alexey Milovidov
|
94318c50a1
|
Renamed a test because it's inconvenient to do Ctrl+F and type 'fail' in browser
|
2019-12-24 15:13:20 +03:00 |
|
alexey-milovidov
|
780481a4f9
|
Merge pull request #8372 from ClickHouse/compiled-aggregator-remove-unused-function
Removed unused method that is unneeded after removing compiled aggregator
|
2019-12-24 15:11:14 +03:00 |
|
alexey-milovidov
|
28c7e78d36
|
Merge pull request #8344 from ClickHouse/system-stack-trace
Added system.stack_trace table.
|
2019-12-24 12:15:48 +03:00 |
|
Alexey Milovidov
|
8bd22bf190
|
Removed unused method that is unneeded after removing compiled aggregator
|
2019-12-24 12:06:44 +03:00 |
|
alesapin
|
a8ab28b612
|
Remove flaps from kill mutation test
|
2019-12-24 12:05:06 +03:00 |
|
Alexey Milovidov
|
bdefa9248c
|
Removed test because it cannot run in Sandbox (CI)
|
2019-12-24 03:54:32 +03:00 |
|
Alexey Milovidov
|
badbee2385
|
Added another mode of diagnostic trap
|
2019-12-23 23:26:46 +03:00 |
|
Alexey Milovidov
|
3b7f3b07cd
|
Better handling of signals
|
2019-12-23 22:23:54 +03:00 |
|
Alexey Milovidov
|
e907ce103e
|
Fixed warning
|
2019-12-23 21:58:42 +03:00 |
|
Alexey Milovidov
|
9da4b63fe9
|
Fixed Darwin build
|
2019-12-23 21:56:57 +03:00 |
|
alesapin
|
88c05c4a1f
|
Merge pull request #8237 from ClickHouse/synchronous_mutations
Add ability to execute mutations synchronously
|
2019-12-23 21:55:48 +03:00 |
|
Nikolai Kochetov
|
a82079ccc2
|
Set affinity for PipelineExecutor threads.
|
2019-12-23 19:55:11 +03:00 |
|
Alexey Milovidov
|
f04a2a5f7b
|
Fixed Darwin build
|
2019-12-23 19:54:51 +03:00 |
|
Nikita Mikhaylov
|
2545f66fe5
|
better
|
2019-12-23 19:51:01 +03:00 |
|
Nikolai Kochetov
|
9482cf2469
|
Enable processors by default.
|
2019-12-23 19:49:41 +03:00 |
|
Alexey Milovidov
|
56870c6b3b
|
Fixed -Wshadow
|
2019-12-23 19:49:06 +03:00 |
|
alesapin
|
25ecc38615
|
More correct separation between metadata and data alters for non replicated MergeTree.
|
2019-12-23 19:44:50 +03:00 |
|
Alexey Milovidov
|
239451a24d
|
Merge branch 'master' into system-stack-trace
|
2019-12-23 19:41:23 +03:00 |
|