Alexey Milovidov
78366bf1f0
Merge branch 'libcxx-as-submodule' of github.com:yandex/ClickHouse into libcxx-as-submodule
2019-07-10 01:20:13 +03:00
Alexey Milovidov
a7e24e8d5a
Fixed test
2019-07-10 01:19:59 +03:00
alexey-milovidov
1d14b9cc45
Merge branch 'master' into libcxx-as-submodule
2019-07-10 01:09:23 +03:00
alexey-milovidov
2753588f6a
Merge pull request #5948 from yandex/clean-cmakelists-for-libunwind
...
Clean CMakeLists for libunwind.
2019-07-10 01:03:52 +03:00
Alexey Milovidov
8abe0990b2
Remove "clickhouse_compression" library because it is not a library (cyclic dependency via IDataType)
2019-07-10 00:43:04 +03:00
Alexey Milovidov
499d798b34
Remove "clickhouse_compression" library because it is not a library (cyclic dependency via IDataType)
2019-07-10 00:37:43 +03:00
Alexey Milovidov
d23ada9576
Fixed "unbundled" build
2019-07-10 00:16:04 +03:00
alexey-milovidov
069306591e
Update CMakeLists.txt
2019-07-09 22:55:43 +03:00
alesapin
a9b107cb7e
Merge branch 'master' of github.com:yandex/ClickHouse
2019-07-09 22:41:37 +03:00
alesapin
f3e34ec895
Correct llvm-symbolizer path
2019-07-09 22:41:22 +03:00
alexey-milovidov
cb05312ce0
Merge branch 'master' into libcxx-as-submodule
2019-07-09 22:35:03 +03:00
Alexey Milovidov
b1e7e520c0
Fixed compatibility
2019-07-09 22:30:58 +03:00
Alexey Milovidov
85100048dd
Updated instruction
2019-07-09 20:36:51 +03:00
alexey-milovidov
97b75fe343
Merge pull request #5946 from akonyaev90/add_user_parsing_in_HDFS_uri
...
WIP: add user parsing in HDFS URI
2019-07-09 20:35:57 +03:00
alexey-milovidov
f6df911307
Update HDFSCommon.cpp
2019-07-09 20:35:47 +03:00
alesapin
8faf0b0dc7
Merge branch 'master' of github.com:yandex/ClickHouse
2019-07-09 19:43:03 +03:00
alesapin
81ee9a3683
Log to stderr for external_dictionaries tests
2019-07-09 19:42:37 +03:00
Alexey Milovidov
729ecfa9ab
Fixed build without SSL (disable MySQL protocol support)
2019-07-09 19:41:11 +03:00
Alexey Milovidov
ed5abe83c0
Fixed build without SSL (disable MySQL protocol support)
2019-07-09 17:59:52 +03:00
Alexey Milovidov
eeaf8d7430
Using libc++ even with gcc
2019-07-09 17:49:31 +03:00
akonyaev
54d890b984
add user parsing in HDFS URI (rewrite split boost->std::string)
2019-07-09 17:09:56 +03:00
Alexey Milovidov
20d7e67e6a
Fixed dependencies in build
2019-07-09 16:41:51 +03:00
Alexey Milovidov
497ac88701
Merge branch 'master' into clean-cmakelists-for-libunwind
2019-07-09 16:41:26 +03:00
akonyaev
c0dc8fc9d3
add user parsing in HDFS URI (fixes after review, style fixes)
2019-07-09 16:16:04 +03:00
alexey-milovidov
62d7c03f8d
Merge pull request #5865 from yandex/fix_fetch_of_existing_part
...
Fix fetch of existing part and add CHECK QUERY support
2019-07-09 15:18:48 +03:00
Alexander Kuzmenkov
f5f6e73c84
Ignore non-instrumented modules in ThreadSanitizer.
...
libc++ seems not to be instrumented, which is why we get false positives about
data races in normal destruction of weak_ptr.
In passing, remove redundant configuration of llvm-symbolizer. One symlink
to llvm-8 should suffice.
2019-07-09 15:15:52 +03:00
alexey-milovidov
02ea563673
Update CMakeLists.txt
2019-07-09 14:54:41 +03:00
alexey-milovidov
2787ad6715
Update CMakeLists.txt
2019-07-09 14:53:29 +03:00
Alexey Milovidov
7f8eefedea
Clean CMakeLists for libunwind.
2019-07-09 14:46:01 +03:00
akonyaev
74b2440f66
add user parsing in HDFS URI
2019-07-09 13:26:06 +03:00
alesapin
82e2266d88
Merge pull request #5896 from yandex/add_coverage_image_for_ci
...
Add coverage image for CI
2019-07-09 12:27:51 +03:00
alesapin
d4c44320ea
Merge branch 'fix_fetch_of_existing_part' of github.com:yandex/ClickHouse into fix_fetch_of_existing_part
2019-07-09 12:04:00 +03:00
alesapin
9a17a461ea
Review fixes and better tests
2019-07-09 12:02:52 +03:00
alesapin
6a3b543e10
Merge branch 'master' of github.com:yandex/ClickHouse into fix_fetch_of_existing_part
2019-07-09 11:21:44 +03:00
Alexey Milovidov
283872f098
Fixed build
2019-07-09 05:12:02 +03:00
Alexey Milovidov
823ef749fd
Fixed build
2019-07-09 05:06:26 +03:00
Alexey Milovidov
10e4baf3f8
Fixed build
2019-07-09 05:01:25 +03:00
alexey-milovidov
ef3c06b3d0
Merge pull request #5943 from yandex/ubsan-fixes-5
...
Fixed ubsan report in fuzz test
2019-07-09 04:12:49 +03:00
Alexey Milovidov
8778b9a1f3
"clickhouse_compression" library is dependent on "typeinfo for DB::IDataType" (at least when building with ubsan)
2019-07-09 04:09:42 +03:00
alexey-milovidov
d6afdd5a8d
Merge pull request #5941 from 4ertus2/bugs
...
Fix wrong array_join_columns calculation
2019-07-09 03:58:36 +03:00
Alexey Milovidov
765360ec82
Fixed error
2019-07-09 03:49:52 +03:00
Alexey Milovidov
5ab6daca2e
Correct CMake flags for unwind
2019-07-09 03:28:21 +03:00
Alexey Milovidov
ea295347a2
Fixed race condition in build
2019-07-09 03:11:17 +03:00
Alexey Milovidov
de7d5c44fc
Fixed race condition in build
2019-07-09 03:08:04 +03:00
Alexey Milovidov
055ec8817b
Clean CMakeLists
2019-07-09 02:58:14 +03:00
Alexey Milovidov
daf84d4b84
Clean CMakeLists for cxx
2019-07-09 02:33:32 +03:00
Alexey Milovidov
52bb292327
Merge branch 'master' into libcxx-as-submodule
2019-07-09 01:58:09 +03:00
Alexey Milovidov
f748efbb5b
Fixed ubsan report in fuzz test
2019-07-09 01:30:30 +03:00
alexey-milovidov
a8d8eb6b28
Merge pull request #5921 from yandex/pvs-studio-fixes-4
...
A few fixes for PVS-Studio
2019-07-09 01:10:05 +03:00
alexey-milovidov
3c7178a8d1
Merge pull request #5923 from yandex/add-noreturn
...
Add two more warnings from -Weverything
2019-07-09 00:10:35 +03:00