objatie_groba
f1d90515a1
First try
2019-02-02 15:26:07 +03:00
Mihail Fandyushin
7294b8adf2
Added Query-Id to http response header
2019-02-02 15:24:26 +03:00
Nicolae Vartolomei
3fdc04428e
Cancel http read only queries if client socket goes away
...
To check the socket status, try to read one byte from socket in a
non-blocking way:
0 - client closed the connection
>= 1 - client send more data, we are ignoring this case for now
timeout - normal case, client is waiting for response
... - socket broken?
Dirty, but should do the job. Limiting to readonly queries as I don't
want to mess with alter queries / insert select and others.
2019-02-02 12:14:52 +00:00
BSD_Conqueror
baa504f524
Fixed the issue when --password was used without a value
2019-02-02 14:48:06 +03:00
alexey-milovidov
297c2511c7
Merge pull request #4229 from nvartolomei/nv/typos
...
Make START REPLICATED SENDS command start replicated sends
2019-02-02 14:44:51 +03:00
Nicolae Vartolomei
f110d377d2
Fix typo in const name
2019-02-02 11:28:43 +00:00
Nicolae Vartolomei
5a8ebba4e1
Fix typo which prevents to start replicated sends
2019-02-02 11:27:27 +00:00
alexey-milovidov
25502718ae
Merge pull request #4221 from 4ertus2/cross
...
CROSS JOIN to INNER JOIN converter
2019-02-02 14:27:05 +03:00
alexey-milovidov
f74d26022e
Merge pull request #4224 from fdhadzh/master
...
Add clickhouse tcp prometheus exporter to integrations list
2019-02-02 14:13:11 +03:00
proller
c7cb8d2db5
Freebsd fixes ( #4225 )
...
* CLICKHOUSE-4109 mlock clickhouse
* wip
* Fix
* wip
* fix
* fix
* better place
* wip
* clean
* tidy
* fix
* Freebsd fix
* Fix compile on ARM
* Freebsd fixes
* Simpler test
* Fuzzy test: dont skip already fixed functions
2019-02-02 14:09:22 +03:00
alesapin
9e2f9400ef
Merge pull request #4227 from proller/fix10
...
Remove not used dbms/src/IO/InterserverWriteBuffer.*
2019-02-02 13:47:34 +03:00
proller
a383868442
Remove not used dbms/src/IO/InterserverWriteBuffer.*
2019-02-02 12:03:09 +03:00
alesapin
937053ee8f
Merge pull request #4220 from yandex/aux_queries_in_perf_test
...
Add ability to create, fill and drop tables in perftest
2019-02-02 11:15:42 +03:00
Fadi Hadzh
b711009c19
add tcp clickhouse_exporter to integrations (en)
2019-02-02 10:02:45 +03:00
Fadi Hadzh
9925df673d
add tcp clickhouse_exporter to integrations
2019-02-02 10:01:15 +03:00
Alexey Milovidov
f2ded6a0ae
Added a link to the list of easy tasks
2019-02-02 03:35:59 +03:00
Alexey Milovidov
733372c836
Added a list of easy tasks
2019-02-02 03:31:58 +03:00
Alexey Milovidov
7b0f6c07ef
Added a list of easy tasks
2019-02-02 03:27:25 +03:00
Alexey Milovidov
7f8ac2d26b
Fixed bad function name
2019-02-02 03:25:12 +03:00
chertus
f731702de0
rewrite COMMA JOIN too
2019-02-01 20:22:28 +03:00
chertus
e5a05bae47
missing file
2019-02-01 19:48:25 +03:00
chertus
170c108a59
CROSS JOIN to INNER JOIN converter
2019-02-01 19:36:40 +03:00
Alexey Milovidov
0f577da5c2
Updated system.contributors
2019-02-01 18:49:17 +03:00
alesapin
7fb2556a23
Add ability to create, fill and drop tables in perftest
2019-02-01 18:10:13 +03:00
Alexey Milovidov
1de2716c94
Updated instruction
2019-02-01 17:32:59 +03:00
Alexey Milovidov
3a774c80a1
Updated instruction
2019-02-01 17:29:49 +03:00
Alexey Milovidov
26f99cd49c
Merge branch 'master' of github.com:yandex/ClickHouse
2019-02-01 17:27:14 +03:00
Alexey Milovidov
d30a316ed3
Updated instruction
2019-02-01 17:27:02 +03:00
chertus
52de2cd927
hotfix for allow_experimental_multiple_joins_emulation
2019-02-01 17:26:36 +03:00
Alexey Milovidov
2b8c30a93c
Updated instruction
2019-02-01 16:57:29 +03:00
Alexey Milovidov
d263f3d941
Removed listen host override from the example server config
2019-02-01 16:56:20 +03:00
Alexey Milovidov
8c87795db9
Updated instruction
2019-02-01 16:49:36 +03:00
Alexey Milovidov
2f833d4753
Updated instruction
2019-02-01 16:19:42 +03:00
chertus
350920d50e
test for issue #3567
2019-02-01 15:50:51 +03:00
alexey-milovidov
2023bc18da
Merge pull request #4209 from gerasiov/master
...
Set default umask to 027.
2019-02-01 14:41:18 +03:00
chertus
f6d7eae0cc
better test for joins with dups (add nulls)
2019-02-01 13:39:30 +03:00
Alexey Milovidov
7a4cffd49e
Merge branch 'master' of github.com:yandex/ClickHouse
2019-02-01 01:36:32 +03:00
Alexey Milovidov
f642663a11
Updated instruction
2019-02-01 01:36:23 +03:00
alexey-milovidov
bd62e2d85d
Merge pull request #4184 from 4ertus2/joins
...
Fix JOIN with duplicates [issue-4108]
2019-02-01 01:35:37 +03:00
Alexey Milovidov
6223e9eecf
Updated instruction
2019-01-31 23:54:42 +03:00
Alexey Milovidov
860c9046bf
Merge branch 'master' of github.com:yandex/ClickHouse
2019-01-31 22:52:23 +03:00
Alexey Milovidov
7224878446
Fixed build with old CMake
2019-01-31 22:52:12 +03:00
alexey-milovidov
012bd5267b
Merge pull request #4195 from yandex/convert-parts-from-old-format
...
А tool to convert an old month-partition part to the custom-partitioned format
2019-01-31 22:45:44 +03:00
Alexey Milovidov
556a6c8790
Merge branch 'master' of github.com:yandex/ClickHouse
2019-01-31 22:45:10 +03:00
Alexey Milovidov
f3f5204cba
Updated instruction
2019-01-31 22:44:58 +03:00
alexey-milovidov
c5a40c071e
Merge pull request #4205 from proller/fix10
...
Wrong folder "preprocessed" link #3892
2019-01-31 22:35:11 +03:00
Alexey Milovidov
bf99e785c8
Removed ZooKeeper example config
2019-01-31 21:58:04 +03:00
Alexey Milovidov
e981caf109
Updated instruction
2019-01-31 21:33:37 +03:00
Alexey Milovidov
e1b232ca07
Merge branch 'master' of github.com:yandex/ClickHouse
2019-01-31 21:17:13 +03:00
Alexey Milovidov
be7f0febcb
Added quick start instruction
2019-01-31 21:16:28 +03:00