Vitaliy Lyudvichenko
|
8b54e9fc65
|
Removed extra diagnostic log messages. [#CLICKHOUSE-2902]
|
2017-04-15 06:48:24 +03:00 |
|
Vitaliy Lyudvichenko
|
848c927bb7
|
Fix race condition. Add test. [#CLICKHOUSE-2902]
|
2017-04-15 06:48:24 +03:00 |
|
Vitaliy Lyudvichenko
|
56b00a110a
|
Removed debug code and add docs. [#CLICKHOUSE-2902]
|
2017-04-15 06:48:24 +03:00 |
|
Vitaliy Lyudvichenko
|
c78177a28a
|
More accurate prediction. [#CLICKHOUSE-2902]
|
2017-04-15 06:48:24 +03:00 |
|
Vitaliy Lyudvichenko
|
f519100946
|
Split base and derived class implementations. [#CLICKHOUSE-2902]
|
2017-04-15 06:48:24 +03:00 |
|
Vitaliy Lyudvichenko
|
4b566304ca
|
Tests are passed. [#CLICKHOUSE-2902]
|
2017-04-15 06:48:24 +03:00 |
|
Vitaliy Lyudvichenko
|
82af2278fc
|
Avoid code duplication near MergeTreeBlockInputStream. [#CLICKHOUSE-2]
Add preferred_block_size_bytes for non-uniform reader. [#CLICKHOUSE-2902]
Make enums test more deterministic. [#CLICKHOUSE-2]
Refactored MergeTree readers.
Tabs -> spaces.
Move include/DB/ -> src/.
|
2017-04-15 06:48:24 +03:00 |
|
Alexey Milovidov
|
8075b70eac
|
Merge branch 'master' of github.com:yandex/ClickHouse
|
2017-04-15 00:09:15 +03:00 |
|
Alexey Milovidov
|
0f0fc68d50
|
Meaningless changes [#CLICKHOUSE-2].
|
2017-04-15 00:08:57 +03:00 |
|
alexey-milovidov
|
f03f32e2ab
|
Update DistinctSortedBlockInputStream.h
|
2017-04-14 23:00:44 +03:00 |
|
alexey-milovidov
|
e62769190e
|
Update DistinctSortedBlockInputStream.cpp
|
2017-04-14 23:00:44 +03:00 |
|
Yuri Dyachenko
|
c6d6f2de3d
|
add DataStreams::DistinctSortedBlockInputStream
|
2017-04-14 23:00:44 +03:00 |
|
Yuri Dyachenko
|
b9461b8a1b
|
add IBlockInputStream::isGroupedOutput
|
2017-04-14 22:40:04 +03:00 |
|
proller
|
5db73c5d31
|
Allow build without libmysqlclient (#698)
* Allow build without libmysqlclient
* better condition
* cmake option ENABLE_MYSQL
* fix formatting
* Update find_mysqlclient.cmake
* Update find_mysqlclient.cmake
* Update Types.h
* Better throw's
|
2017-04-14 22:38:56 +03:00 |
|
proller
|
ea8f8cee17
|
Simpler build instructions in build_osx.md
|
2017-04-14 18:30:33 +03:00 |
|
Alexey Milovidov
|
8e2b05b2a7
|
Test data generator: preparation [#CLICKHOUSE-2].
|
2017-04-13 06:09:46 +03:00 |
|
Alexey Milovidov
|
b2816f97d3
|
Test data generator: preparation [#CLICKHOUSE-2].
|
2017-04-13 06:04:37 +03:00 |
|
Alexey Milovidov
|
bbe7314b83
|
Test data generator: preparation [#CLICKHOUSE-2].
|
2017-04-13 05:53:15 +03:00 |
|
Alexey Milovidov
|
93560e80b1
|
Test data generator: preparation [#CLICKHOUSE-2].
|
2017-04-13 05:52:11 +03:00 |
|
Alexey Milovidov
|
3106bccaff
|
Test data generator: preparation [#CLICKHOUSE-2].
|
2017-04-13 05:50:19 +03:00 |
|
Alexey Milovidov
|
d64bac8487
|
Added test-data-generator utility [#CLICKHOUSE-2].
|
2017-04-13 05:40:00 +03:00 |
|
Alexey Milovidov
|
7f45ba2b52
|
Updated star schema benchmark description [#CLICKHOUSE-2].
|
2017-04-13 05:34:49 +03:00 |
|
Alexey Milovidov
|
832cdfde7e
|
Merge branch 'master' of github.com:yandex/ClickHouse
|
2017-04-12 22:50:57 +03:00 |
|
Alexey Milovidov
|
00ebb1709d
|
Client: more correct code [#CLICKHOUSE-2].
|
2017-04-12 22:50:49 +03:00 |
|
robot-metrika-test
|
4c37ba8902
|
Auto version update to [54214]
|
2017-04-12 22:35:28 +03:00 |
|
proller
|
85b4007286
|
Freebsd: Cmake: fix etc path
|
2017-04-12 21:59:31 +03:00 |
|
Alexey Zatelepin
|
3ca6efbbd9
|
substitute parse<size_t>(config.getString()) for config.getUInt64()
|
2017-04-12 19:37:19 +03:00 |
|
Alexey Zatelepin
|
eb4f895ea5
|
fix integer overflow [#CLICKHOUSE-2927]
|
2017-04-12 19:10:06 +03:00 |
|
proller
|
7183965ae1
|
Release: fix version
Debian: fix clean
|
2017-04-12 18:10:45 +03:00 |
|
Alexey Zatelepin
|
935ec549ca
|
allow specifying log level in extract-from-config [#CLICKHOUSE-2914]
|
2017-04-12 18:08:52 +03:00 |
|
Alexey Zatelepin
|
0e6c38bd63
|
throw exception for invalid MergeTreeSettings config values [#CLICKHOUSE-2927]
|
2017-04-12 18:07:58 +03:00 |
|
Alexey Zatelepin
|
e1c9878c34
|
more descriptive exception message [#CLICKHOUSE-2927]
|
2017-04-12 18:07:58 +03:00 |
|
Alexey Milovidov
|
771b807c0e
|
Merge branch 'master' of github.com:yandex/ClickHouse
|
2017-04-12 05:00:25 +03:00 |
|
Alexey Milovidov
|
7b78f47774
|
Updated "star_schema" dataset description (still not ready) [#CLICKHOUSE-3].
|
2017-04-12 05:00:18 +03:00 |
|
proller
|
c5fc866b66
|
Fix installing symlinks by cmake (#682)
|
2017-04-12 00:02:15 +03:00 |
|
robot-metrika-test
|
dd6ac568b5
|
Auto version update to [54213]
|
2017-04-11 22:47:28 +03:00 |
|
proller
|
824dc5c655
|
fix freebsd build (#677)
* fix freebsd build
* Fix freebsd build
* fix freebsd build
* fix freebsd build
* Update ArrayCache.h
* good fix
|
2017-04-11 22:39:43 +03:00 |
|
Alexey Milovidov
|
18edaca9a2
|
Merge branch 'master' of github.com:yandex/ClickHouse
|
2017-04-11 22:38:12 +03:00 |
|
Alexey Milovidov
|
fc77dc189b
|
ODBC driver was moved to separate repository: https://github.com/yandex/clickhouse-odbc [#CLICKHOUSE-6].
|
2017-04-11 22:37:23 +03:00 |
|
alexey-milovidov
|
d68ea42643
|
Fixed unbounded growth of total memory tracking (that hits max_memory_usage_for_all_queries limit) (#681)
* MemoryTracker: more convenient for investigations [#CLICKHOUSE-2935].
* Investigation [#CLICKHOUSE-2935].
* Investigation [#CLICKHOUSE-2935].
* Added comment [#CLICKHOUSE-2935].
|
2017-04-11 22:10:31 +03:00 |
|
Alexey Zatelepin
|
0b0e8fa7e1
|
stable column order in BufferBlockInputStream [#CLICKHOUSE-2940]
|
2017-04-11 21:45:41 +03:00 |
|
proller
|
38e9254d33
|
fix http methods for ReadWriteBufferFromHTTP (#675)
|
2017-04-11 17:13:19 +03:00 |
|
robot-metrika-test
|
49eb55fac9
|
Auto version update to [54212]
|
2017-04-11 16:33:41 +03:00 |
|
proller
|
e3f0ff3c70
|
tcmalloc: add -Wno-dynamic-exception-spec
|
2017-04-11 16:30:49 +03:00 |
|
proller
|
b01a65f922
|
Remove missing allocator_stress from cmake
|
2017-04-11 16:25:27 +03:00 |
|
robot-metrika-test
|
17a06b1f03
|
Auto version update to [54211]
|
2017-04-11 16:20:38 +03:00 |
|
proller
|
a360112311
|
Fix freebsd build (#672)
* fix freebsd build
* Fix freebsd build
|
2017-04-11 15:57:31 +03:00 |
|
robot-metrika-test
|
10a735a883
|
Auto version update to [54210]
|
2017-04-11 14:43:32 +03:00 |
|
Alexey Milovidov
|
6256a40199
|
Merge branch 'array-cache'
|
2017-04-11 05:53:50 +03:00 |
|
Alexey Milovidov
|
174ef70e0a
|
Merge branch 'master' of github.com:yandex/ClickHouse
|
2017-04-11 05:53:39 +03:00 |
|