Alexey Zatelepin
1ce0300c51
better detection of local timezone id [#CLICKHOUSE-2852]
2017-03-23 20:13:04 +04:00
Alexey Milovidov
7fa4459f56
Fixed error in config [#CLICKHOUSE-2762].
2017-03-23 18:38:49 +03:00
Alex Zatelepin
7c2988ff80
Update CHANGELOG.md
2017-03-23 17:58:43 +03:00
proller
31de60c5ca
fix init.d status
2017-03-23 16:04:45 +03:00
Andrey Dudin
16d7092af0
Update aggregatingmergetree.rst
...
Fixed typo in docs format
2017-03-23 04:58:05 +04:00
George3d6
f338a747b0
Update Client.cpp ( #615 )
...
* Update Client.cpp
* Update Client.cpp
Added a check before displaying the % completed to see if progress.total_rows is equal to zero (in order not to display faulty information for table where the % can't be computed). Also added the "elapsed_ns > 500000000" check so that the % still renders in sync with the progress bar.
2017-03-23 04:57:11 +04:00
proller
670e98fa92
allow several <graphite> targets ( #603 )
...
* allow several <graphite> targets
* fix
* fix
* Adjustable parts
* changelog version
* fix
* changelog
* Style fixes
* attachSystemTables
* config describe
* fixes
* fixes
2017-03-21 23:08:09 +04:00
robot-metrika-test
daefb877df
Auto version update to [54190]
2017-03-21 21:41:01 +03:00
Alexey Milovidov
c21b4c52c5
Misc [#CLICKHOUSE-3].
2017-03-21 21:39:07 +03:00
Alexey Milovidov
9d5ea2163c
Fixed error with FixedString filtering [#CLICKHOUSE-2898].
2017-03-21 21:37:35 +03:00
Vitaliy Lyudvichenko
349c96ec8f
Resolved #619 . Eliminated copy paste from benchmark util. [#CLICKHOUSE-3]
2017-03-21 15:18:56 +03:00
robot-metrika-test
f1a66ab2ef
Auto version update to [54189]
2017-03-21 14:34:27 +03:00
Vitaliy Lyudvichenko
069acd9546
Refined KILL QUERY doc, add conf and Makefile for rst docs. [#CLICKHOUSE-3]
2017-03-21 14:45:18 +04:00
Nikolay Volosatov
e552983db5
fix listening host in server docker image
2017-03-21 04:13:21 +04:00
Alexey Milovidov
d3ae1267eb
Fixed error when parts of unlimited total size could be selected for merge in case of low free disk space [#CLICKHOUSE-2895].
2017-03-20 23:29:12 +03:00
proller
d98c95ddcd
fix build
2017-03-20 22:18:10 +03:00
Alexey Milovidov
910c542994
Added more bitwise functions [#CLICKHOUSE-2884].
2017-03-20 22:16:02 +03:00
Alexey Zatelepin
a2d4f9907b
documentation [#CLICKHOUSE-2794]
2017-03-19 21:58:12 +04:00
Alexey Zatelepin
fccbc82c24
translate comments
2017-03-19 21:58:12 +04:00
Alexey Zatelepin
faadab3034
Allow including config elements from ZooKeeper [#CLICKHOUSE-2794]
2017-03-19 21:58:12 +04:00
Alexey Zatelepin
8098389c04
document dictionaries with complex keys
2017-03-18 11:39:34 +04:00
Alexey Zatelepin
47ad7a62fc
fix inconsistent cluster names in Distributed engine docs
2017-03-18 11:39:34 +04:00
Alexey Zatelepin
0af46888ad
document 16KB URL limit
2017-03-18 11:39:34 +04:00
proller
0b5731bc59
Try fix "Conditional jump or move depends on uninitialised value(s)" in cctz
2017-03-17 21:38:11 +04:00
proller
afa46072d5
Reuse release version if nothing changed ( #609 )
2017-03-17 18:22:41 +03:00
proller
9cf97911db
fix USE_INTERNAL_ZLIB_LIBRARY=0 with poco ( #608 )
...
* Try fix double version up during release
* fix moveing cmake files
* fix USE_INTERNAL_ZLIB_LIBRARY=0 with poco
2017-03-17 16:04:17 +03:00
robot-metrika-test
72f4236656
Auto version update to [54187]
2017-03-17 00:04:41 +03:00
egatov
2c12df495c
Metr 24491 ( #606 )
...
* fixed external biuld [#METR-24491].
* fix [#METR-24491].
* Update CMakeLists.txt
2017-03-16 22:27:23 +03:00
robot-metrika-test
24ae6cb539
Auto version update to [54185]
2017-03-16 19:47:27 +03:00
proller
4271ef80ea
fix moveing cmake files
2017-03-16 19:46:05 +03:00
proller
8607cac261
Try fix double version up during release
2017-03-16 19:46:05 +03:00
Vitaliy Lyudvichenko
3bdb1b6bb0
Merge pull request #600 from yandex/CLICKHOUSE-2886
...
Fix Vertical merge in case of OPTIMIZE FINAL with single part.
2017-03-16 18:31:01 +03:00
proller
5b8ed657f9
fix build ( #602 )
...
* fix build
* fix freebsd
2017-03-16 18:04:05 +03:00
Vitaliy Lyudvichenko
d7d22b80e5
Fix Vertical merge in case of OPTIMIZE FINAL with single part. [#CLICKHOUSE-2886]
2017-03-16 13:42:00 +03:00
proller
8ea8b8a215
add missing file
2017-03-16 13:51:41 +04:00
proller
a08714105b
Simpler vercorclass
2017-03-16 13:51:41 +04:00
proller
930ac5b2ce
move ClickHouseRevision to dbms
2017-03-16 13:51:41 +04:00
proller
28ed324702
add cmake option USE_VECTORIZED_MATH_FUNCTIONS, reorganize auto configs
2017-03-16 13:51:41 +04:00
proller
9a1169fef6
fix tests
2017-03-16 13:51:21 +04:00
Bogdan Voronin
a3ff193fe3
Add log merge for replicas
2017-03-16 00:23:02 +04:00
Alexey Zatelepin
98a866ee5b
split a single large SET_WATCHES message into multiple smaller ones [#CLICKHOUSE-2101]
...
See https://issues.apache.org/jira/browse/ZOOKEEPER-706 for details.
2017-03-15 23:44:24 +04:00
proller
d777cab172
link Storages/System via lib
2017-03-15 23:43:02 +04:00
proller
25caed0c03
move all attaches of system tables to attach_system_tables.cpp
2017-03-15 23:43:02 +04:00
Alexander Prudaev
227312875c
fix PODArray::resize_fill
2017-03-15 23:42:37 +04:00
robot-metrika-test
c2c5128638
Auto version update to [54182]
2017-03-15 17:06:03 +03:00
Vasily Okunev
c3e8cf39df
Merge pull request #593 from yandex/METRIQA-895
...
METRIQA-895 Parameterized Dockerfile.
2017-03-15 16:50:04 +03:00
Vasily Okunev
f1c4188e0d
METRIQA-895 Parameterized Dockerfile.
2017-03-15 16:49:12 +03:00
Alexey Milovidov
dd0b0205a1
More verbose error message [#CLICKHOUSE-2885].
2017-03-14 22:31:15 +03:00
Alexey Milovidov
701f69de6b
More specific error code [#CLICKHOUSE-2].
2017-03-14 22:06:25 +03:00
Ravengg
b47cc72701
Fix part log ( #591 )
...
* fix_part_log
* fixed language back
* add reset part_log back
* reset part_log when don't need more
* Fix header
* fix
2017-03-14 19:58:34 +04:00