Vitaliy Lyudvichenko
|
826c354ff5
|
Fixed merges progress bar. [#CLICKHOUSE-2]
|
2017-09-15 01:04:13 +03:00 |
|
proller
|
a43b9ec398
|
Revert "Simplification [#CLICKHOUSE-2]."
This reverts commit 98ad6a5db3 .
|
2017-09-14 23:16:31 +03:00 |
|
Alexey Milovidov
|
e5cf3ba5b4
|
Merge branch 'master' of github.com:yandex/ClickHouse
|
2017-09-14 07:24:30 +03:00 |
|
Alexey Milovidov
|
5e25c40a26
|
Fixed error found by Coverity [#CLICKHOUSE-2].
|
2017-09-14 07:24:20 +03:00 |
|
Nikolai Kochetov
|
c14263a9fa
|
added test
|
2017-09-13 22:33:47 +03:00 |
|
Nikolai Kochetov
|
2bb487c333
|
fixed string concat wih first array argument in block
|
2017-09-13 22:33:47 +03:00 |
|
proller
|
8a7e604a2a
|
Tests fixes (#1238)
* Tests: catch xml internal error
* Tests fixes
|
2017-09-13 21:08:38 +03:00 |
|
proller
|
68f48253c9
|
Tests: catch xml internal error
|
2017-09-13 18:32:03 +03:00 |
|
Alexey Milovidov
|
9a58e26b8c
|
Added comment [#CLICKHOUSE-2].
|
2017-09-13 00:06:11 +03:00 |
|
Alexey Milovidov
|
4bf1f39190
|
Fixed build [#CLICKHOUSE-2].
|
2017-09-12 20:21:02 +03:00 |
|
alexey-milovidov
|
c4c8057a28
|
Update InterpreterSelectQuery.h
|
2017-09-12 20:06:31 +03:00 |
|
alexey-milovidov
|
af323d4e16
|
Update InterpreterSelectQuery.cpp
|
2017-09-12 20:06:31 +03:00 |
|
leozhang
|
a80ebcdbc2
|
fix union all bug #1059
|
2017-09-12 20:06:31 +03:00 |
|
Vadim Skipin
|
e0a1e6982b
|
Context parameter added to the IDatabase methods
|
2017-09-11 21:29:26 +03:00 |
|
proller
|
5054d50307
|
Remove too noisy message (#CLICKHOUSE-3304)
|
2017-09-11 21:26:43 +03:00 |
|
Vadim Skipin
|
7576cb2c18
|
fix LRU cache definition
|
2017-09-11 14:41:47 +03:00 |
|
Alexey Milovidov
|
9cafeb9e85
|
Fixed not-an-issue found by Coverity [#CLICKHOUSE-2].
|
2017-09-11 08:51:23 +03:00 |
|
Alexey Milovidov
|
fabfed6f22
|
Added support for "include-what-you-use" tool [#CLICKHOUSE-2].
|
2017-09-10 09:51:27 +03:00 |
|
Alexey Milovidov
|
2c424c7989
|
Added description of possible race condition [#CLICKHOUSE-2].
|
2017-09-10 06:17:05 +03:00 |
|
Alexey Milovidov
|
98ad6a5db3
|
Simplification [#CLICKHOUSE-2].
|
2017-09-10 05:30:45 +03:00 |
|
Alexey Milovidov
|
dc5eca0beb
|
Fixed awful translation [#CLICKHOUSE-2].
|
2017-09-10 05:06:16 +03:00 |
|
Alexey Milovidov
|
cf5fd27b94
|
Clarifications [#CLICKHOUSE-2].
|
2017-09-10 04:39:40 +03:00 |
|
Alexey Milovidov
|
cd540c2674
|
Replaced Mersenne Twister to PCG-Random [#CLICKHOUSE-2].
|
2017-09-10 02:17:38 +03:00 |
|
Alexey Milovidov
|
5a8f47a640
|
Fixed not an issue, shown by TSan [#CLICKHOUSE-2].
|
2017-09-10 02:07:32 +03:00 |
|
Alexey Milovidov
|
a6d5e9c7e8
|
Fixed not an issue, shown by TSan [#CLICKHOUSE-2].
|
2017-09-10 02:04:22 +03:00 |
|
Alexey Milovidov
|
fe717a4d6e
|
Fixed not an issue, shown by TSan; minor modifications [#CLICKHOUSE-2].
|
2017-09-10 01:28:38 +03:00 |
|
Alexey Milovidov
|
253893bf4d
|
Fixed insignificant error, shown by TSan [#CLICKHOUSE-2].
|
2017-09-09 07:06:54 +03:00 |
|
Alexey Milovidov
|
5a8f45c131
|
Fixed insignificant error, shown by TSan [#CLICKHOUSE-2].
|
2017-09-09 06:46:18 +03:00 |
|
Alexey Milovidov
|
5f265b0659
|
Merge branch 'master' of github.com:yandex/ClickHouse
|
2017-09-09 05:13:18 +03:00 |
|
Alexey Milovidov
|
92d7d6bd44
|
Fixed error that reproduced only when using libc++ [#CLICKHOUSE-3174].
|
2017-09-09 05:12:53 +03:00 |
|
proller
|
cb70a5a77c
|
Try fix macos build (#1221)
* Try fix macos build
* Try fix macos build
|
2017-09-09 03:40:21 +03:00 |
|
Alexey Milovidov
|
be79166199
|
Using pcg-random instead of boost::random::taus88 [#CLICKHOUSE-3174].
|
2017-09-09 02:58:42 +03:00 |
|
Alexey Milovidov
|
c0324aeb66
|
Removed useless header [#CLICKHOUSE-3174].
|
2017-09-09 02:40:48 +03:00 |
|
Alexey Milovidov
|
94b975e7f9
|
Removed function deprecated in C++ [#CLICKHOUSE-3174].
|
2017-09-09 02:31:18 +03:00 |
|
Alexey Milovidov
|
ed1c0820f0
|
Fixed minor issue found by Coverity [#CLICKHOUSE-3285].
|
2017-09-09 02:25:42 +03:00 |
|
proller
|
fce8416797
|
Try fix macos build
|
2017-09-08 21:25:22 +03:00 |
|
Alexey Milovidov
|
9afe76e212
|
Minor modification [#CLICKHOUSE-2].
|
2017-09-08 19:46:56 +03:00 |
|
Alexey Milovidov
|
db4c3f6e48
|
Fixed build; clarifications [#CLICKHOUSE-3289].
|
2017-09-08 19:41:35 +03:00 |
|
alexey-milovidov
|
c8aa9f0f55
|
Update WriteBufferFromHTTPServerResponse.h
|
2017-09-08 19:37:21 +03:00 |
|
Vadim Skipin
|
5d3cc61891
|
CLICKHOUSE-3289: Do not use Application singleton #2
|
2017-09-08 19:37:21 +03:00 |
|
Alexey Milovidov
|
a81028377e
|
Implemented some suggestions from clang-tidy (part 9) [#CLICKHOUSE-3301].
|
2017-09-08 08:03:21 +03:00 |
|
Alexey Milovidov
|
dc4976f562
|
Implemented some suggestions from clang-tidy (part 8) [#CLICKHOUSE-3301].
|
2017-09-08 07:58:57 +03:00 |
|
Alexey Milovidov
|
bff69a0ec1
|
Merge branch 'master' of github.com:yandex/ClickHouse
|
2017-09-08 07:58:32 +03:00 |
|
Alexey Milovidov
|
71d29acdfb
|
Implemented some suggestions from clang-tidy (part 7) [#CLICKHOUSE-3301].
|
2017-09-08 07:43:57 +03:00 |
|
Alexey Milovidov
|
4799f28dad
|
Implemented some suggestions from clang-tidy (part 6) [#CLICKHOUSE-3301].
|
2017-09-08 07:39:03 +03:00 |
|
robot-metrika-test
|
5993e62f5b
|
Auto version update to [54288]
|
2017-09-08 07:26:49 +03:00 |
|
Alexey Milovidov
|
b282c8fcbb
|
Implemented some suggestions from clang-tidy (part 5) [#CLICKHOUSE-3301].
|
2017-09-08 07:11:39 +03:00 |
|
Alexey Milovidov
|
8c9ec83a33
|
Implemented some suggestions from clang-tidy (part 4) [#CLICKHOUSE-3301].
|
2017-09-08 07:10:43 +03:00 |
|
Alexey Milovidov
|
d29c77adea
|
Implemented some suggestions from clang-tidy (part 3) [#CLICKHOUSE-3301].
|
2017-09-08 06:47:27 +03:00 |
|
Alexey Milovidov
|
f1c98dac3c
|
Updated instruction to run clang-tidy [#CLICKHOUSE-3301].
|
2017-09-08 05:42:47 +03:00 |
|