robot-metrika-test
e77e8a838f
Auto version update to [54341]
2018-01-19 23:07:33 +03:00
Nikolai Kochetov
ba1bfb97c8
Merge branch 'array-function-resize' into array-functions-hasAll-hasAny-intersect
2018-01-19 22:33:43 +03:00
Nikolai Kochetov
677758edaa
added function arrayResize [#CLICKHOUSE-2998]
...
added test for arrayResize [#CLICKHOUSE-2998]
2018-01-19 22:32:06 +03:00
Nikolai Kochetov
4fb9ad3981
added push to GatherUtils [#CLICKHOUSE-2998]
2018-01-19 22:32:01 +03:00
proller
826a7bf6b5
Debian: No chmod
2018-01-19 22:18:08 +03:00
alexey-milovidov
6b5809ef42
Update getMostSubtype.h
2018-01-19 22:08:39 +03:00
alexey-milovidov
f425781c72
Update getMostSubtype.cpp
2018-01-19 22:01:22 +03:00
proller
91ca67d987
Fix logger, return systemd service ( #1798 )
...
* Fix test 281 under asan
* Cmake fixes
* Revert "Disable usage of systemd (assumed that temporarily) [#CLICKHOUSE-2]"
This reverts commit f0aa21bca6
.
* Fixing init scripts and logging
* Fix logger
* Fxi
* fix
* fix
* fix
* Update clickhouse-server-base.postinst
* Update clickhouse-server.cron.d
* Update clickhouse-server-base.postinst
* Update clickhouse-server-base.postinst
* fix
* fix
* space
* better message
2018-01-19 21:54:40 +03:00
alexey-milovidov
fff9c411e4
Update getMostSubtype.cpp
2018-01-19 21:53:53 +03:00
alexey-milovidov
0a3b1679ec
Update ClearableHashSet.h
2018-01-19 21:51:45 +03:00
alexey-milovidov
1f9ea8b6b0
Merge pull request #1721 from zhang2014/fix/ISSUES-957
...
ISSUES-957 fix not work when materialized columns with buff table
2018-01-19 21:50:26 +03:00
alexey-milovidov
1b462b0b94
Merge pull request #1759 from yandex/CLICKHOUSE-3432
...
Fixed 'intersects previous part' due to blind OPTIMIZE
2018-01-19 21:48:41 +03:00
alexey-milovidov
6198fe4a1a
Update StorageReplicatedMergeTree.cpp
2018-01-19 21:46:22 +03:00
alexey-milovidov
e8ebf3b56a
Update StorageReplicatedMergeTree.cpp
2018-01-19 21:45:28 +03:00
alexey-milovidov
f770156b0b
Update MergeTreeDataMerger.cpp
2018-01-19 21:42:22 +03:00
zhang2014
f9ffae4372
update typo with docs
2018-01-19 21:40:44 +03:00
Amos Bird
f87d80c378
Add #pragma once for SquashingTransform.h
2018-01-19 21:40:23 +03:00
Vitaliy Lyudvichenko
bee7127572
Refactoring of Graphite merger. [#CLICKHOUSE-2860]
2018-01-19 21:40:05 +03:00
Amy Krishnevsky
0c23b1fb5b
doc fix
2018-01-19 21:34:11 +03:00
Amy Krishnevsky
6a77c9ebe3
doc fix
2018-01-19 21:34:11 +03:00
BayoNet
f1cfca40b8
Fixed russian inclusions into english version of the document.
2018-01-19 21:12:08 +03:00
proller
3795adcd3f
Fix travis
2018-01-19 20:23:07 +03:00
proller
9ea2521944
Fix macos build
2018-01-19 20:04:32 +03:00
BayoNet
57024fdcc3
Merge remote-tracking branch 'upstream/master'
2018-01-19 17:38:32 +03:00
BayoNet
48531bb5ee
Fixed russian inclusions into english version of the document.
2018-01-19 17:36:40 +03:00
Nikolai Kochetov
60465df20c
fixed arrayPushBack, arrayPushFront tests [#CLICKHOUSE-2998]
2018-01-19 17:03:35 +03:00
proller
a34e78a54f
Cmake: Fix odbc find
2018-01-19 16:50:46 +03:00
Nikolai Kochetov
ea7ccda006
added ValueSourceVisitor, simplified concat for multiple arguments [#CLICKHOUSE-2998]
2018-01-19 16:48:18 +03:00
Alexey Milovidov
ba4a07c739
Added test [#CLICKHOUSE-2]
2018-01-19 05:21:38 +03:00
Alexey Milovidov
f2a65f222a
Fixed bad code in implementation of NULLs [#CLICKHOUSE-2]
2018-01-19 05:15:10 +03:00
Alexey Milovidov
3e3d7b354a
Updated re2 to the latest version [#CLICKHOUSE-2]
2018-01-19 04:18:47 +03:00
Alexey Milovidov
9f57a1f7a5
Fixed error: if default user had readonly accesss, the server could not start [#CLICKHOUSE-2]
2018-01-19 02:40:32 +03:00
proller
76cf0ba5d0
Better tests ( #1785 )
...
* Make separate libs Common/ZooKeeper and Common/ConfigProcessor
renamed: dbms/src/Common/StringUtils.h -> dbms/src/Common/StringUtils/StringUtils.h
* Fix space
* Fix data in system.build_options
* merge
* merge
* Travis optimize
* optimize
* Fix clickhouse-test --no-long
* no long
* Split too long test
* Better tests
* missing file
* Fix includes
* Added draft [#CLICKHOUSE-2].
* fix
* fix
* fix
* Fix test 281 under asan
2018-01-18 23:33:16 +03:00
Vitaliy Lyudvichenko
0b8d2a2024
Fixed nondeterministic merge in GraphiteMergeTree. [#CLICKHOUSE-2860]
2018-01-18 23:30:03 +03:00
robot-metrika-test
d1acf9d772
Auto version update to [54340]
2018-01-18 22:54:15 +03:00
proller
c4c57e0ae2
Fix test 00532_pager_sigpipe
2018-01-18 21:51:10 +03:00
proller
90399b851d
Cmake fixes related to #1786
2018-01-18 21:26:36 +03:00
Nikolai Kochetov
de274b317a
added ArraySourceVisitor and ArraySinkVisitor [#CLICKHOUSE-2998]
2018-01-18 18:50:35 +03:00
robot-metrika-test
316a5a1d48
Auto version update to [54339]
2018-01-18 17:58:10 +03:00
proller
c3287caf47
Fix test 281 under asan
2018-01-18 17:49:19 +03:00
Alexey Milovidov
5fac7d6900
Updated changelog; added translation
2018-01-18 08:05:02 +03:00
Alexey Milovidov
82b793a2c4
Updated changelog; added translation
2018-01-18 08:03:03 +03:00
Alexey Milovidov
fab741b1c9
Updated changelog
2018-01-18 05:37:57 +03:00
Alexey Milovidov
b6ba918477
Updated changelog
2018-01-18 05:35:25 +03:00
Alexey Milovidov
dfd426b9ce
Updated changelog
2018-01-18 05:34:09 +03:00
Alexey Milovidov
b8447c1d92
Updated changelog
2018-01-18 05:30:58 +03:00
Alexey Milovidov
be0b7d1bb7
Updated changelog
2018-01-18 05:30:08 +03:00
Alexey Milovidov
23a434f3bf
Removed draft
2018-01-18 05:28:27 +03:00
Alexey Milovidov
3a839dbf70
Added russian version of changelog for the latest release
2018-01-18 05:28:10 +03:00
robot-metrika-test
17570a42d5
Auto version update to [54338]
2018-01-18 04:25:30 +03:00