Commit Graph

14915 Commits

Author SHA1 Message Date
Alexey Zatelepin
10b669a833 extract common base for DatabaseMemory and DatabaseOrdinary [#CLICKHOUSE-3664] 2018-03-24 12:08:32 +00:00
Tobias Adamson
0af09ae0c7 Add trim to topic names to be a bit more lenient if config is 'topic1, topic2' 2018-03-24 14:51:35 +08:00
Tobias Adamson
dd06b39e5f Fix rename of variable, duplication of wrong variable name 2018-03-24 09:16:33 +08:00
Alexey Zatelepin
cf3c24d07d break cycle of ptrs to StorageReplicatedMergeTree [#CLICKHOUSE-3664] 2018-03-23 23:30:04 +03:00
proller
405ad39cd4 Fix test 2018-03-23 22:45:33 +03:00
Nikolai Kochetov
cc2c1f5171 removed createImmutable 2018-03-23 22:24:55 +03:00
Alexey Milovidov
f5896d35b4 Removed duplicate code that could lead to wrong behaviour #1959 2018-03-23 21:20:54 +03:00
Alexey Milovidov
e3bebf462f Merge branch 'master' of github.com:yandex/ClickHouse 2018-03-23 19:56:26 +03:00
Alexey Milovidov
046346645f Minor modifications #1959 2018-03-23 19:55:35 +03:00
proller
e7a2f10e2a Fix test build 2018-03-23 19:40:15 +03:00
alexey-milovidov
d298f9af5c
Merge pull request #1959 from kshvakov/show-server-group-in-client
Возможность показывать группу сервера при подключении в клиенте
2018-03-23 19:26:22 +03:00
proller
7cdb6b5de1 Fix test 2018-03-23 19:25:02 +03:00
alexey-milovidov
3f320eb031
Merge branch 'master' into show-server-group-in-client 2018-03-23 19:23:25 +03:00
alexey-milovidov
7ba82eb359
Update Defines.h 2018-03-23 19:18:36 +03:00
proller
caf83a650e libs: compiling with msvc2017 (#1996)
* Allow use bundled *ssl library

* fix

* Add submodule

* Fixes

* fix

* fixes

* fixes

* fix

* fix

* update poco

* fix warnings

* fix

* fix

* Build fixes

* Build fixes

* fix

* fix

* fix

* fix

* fix

* fix

* fix

* add bat

* no zookeeper in dbms

* update boost

* fixes

* fixes

* fix

* fix

* fix

* fix

* try fix

* try fix

* fix

* fix

* fix

* fix

* fix

* fix

* fix

* fix

* Better

* fix

* dh verbose

* fix

* dh verbose

* fix

* clean

* Update LocalDate.h

* Update LocalDateTime.h
2018-03-23 19:05:14 +03:00
zhang2014
06d71a9493 ISSUES-218 add test for distributed & case when then 2018-03-23 18:42:06 +03:00
Alexander Marshalov
a6c2e43bd2 The lost information in the Kafka engine documentation has been restored, modified and translated (from commit: https://github.com/yandex/ClickHouse/pull/1654/files#diff-c9ba89e2414c83b5dcc579233c5c80b5) 2018-03-23 18:40:24 +03:00
Alexey Milovidov
723141c19b Removed setting "strict_insert_defaults" from the en docs #2079 2018-03-23 18:39:33 +03:00
alexey-milovidov
2590e3b0a6 Update settings.md 2018-03-23 18:37:45 +03:00
Artemeey
1619189ed5 Update settings.md 2018-03-23 18:37:45 +03:00
proller
b87cfd2924 Add tests 2018-03-23 18:36:50 +03:00
Tobias Adamson
c76d1a008d Make sure to split the topics args list on ',' 2018-03-23 22:13:09 +08:00
KochetovNicolai
aacc0bee53
Merge pull request #2097 from yandex/CLICKHOUSE-3663
Clickhouse 3663
2018-03-23 14:56:08 +03:00
Nikolai Kochetov
2f468f1ae1 fix test [#CLICKHOUSE-3663] 2018-03-23 13:50:20 +03:00
robot-metrika-test
6249245018 Auto version update to [54371] 2018-03-23 01:11:43 +03:00
alexey-milovidov
a75d5525e7 Update MergeTreeDataPartChecksum.h 2018-03-23 00:26:46 +03:00
Vitaliy Lyudvichenko
883de7a2a6 startup() waits for initialization of ReplicatedMergeTreeRestartingThread. [#CLICKHOUSE-2] 2018-03-23 00:26:46 +03:00
Vitaliy Lyudvichenko
fe8dfd3038 Add minimalistic checksums. [#CLICKHOUSE-3660] 2018-03-23 00:26:46 +03:00
Vitaliy Lyudvichenko
7c2a99c9b8 Introduced MinimalisticDataPartChecksums. [#CLICKHOUSE-3660] 2018-03-23 00:26:46 +03:00
Nikolai Kochetov
6f60e6ee4f added test [#CLICKHOUSE-3663] 2018-03-22 23:18:11 +03:00
Nikolai Kochetov
cbfd862fa3 fix reading with evaluated defaults [#CLICKHOUSE-3663] 2018-03-22 23:18:11 +03:00
Nikolai Kochetov
74211b5bf8 added test [#CLICKHOUSE-3663] 2018-03-22 22:54:21 +03:00
Nikolai Kochetov
97624d7d78 fix reading with evaluated defaults [#CLICKHOUSE-3663] 2018-03-22 22:53:19 +03:00
Alexey Milovidov
f4b742e9fb Fixed segfault in case of bad argument types for some aggregate functions [#CLICKHOUSE-2] 2018-03-22 18:37:24 +03:00
Nikolai Kochetov
5c91eecb2b fix test 2018-03-21 21:43:17 +03:00
Nikolai Kochetov
bd3f2ea361 Merge branch 'stricter-mutable-column-semantic-3' into stricter-mutable-column-semantic-2 2018-03-20 22:47:40 +03:00
Nikolai Kochetov
476d4b339c Immutable construction for columns 2018-03-20 22:45:10 +03:00
proller
9c9e918b78 Fix flapping test 00371_union_all 2018-03-20 22:18:56 +03:00
proller
f6f505ea33
better test in pbuilder (#2080)
* better test in pbuilder
2018-03-20 20:24:39 +03:00
Nikolai Kochetov
1f4db58d53 fix test 2018-03-20 20:01:13 +03:00
Vitaliy Lyudvichenko
5209615cf6
Update CHANGELOG.md 2018-03-20 19:17:46 +03:00
Nikolai Kochetov
a399c17f01 && - qualified IColumn::mutate 2018-03-20 17:01:00 +03:00
Alexey Zatelepin
3effbc4411 add test [#CLICKHOUSE-3659] 2018-03-20 16:44:36 +03:00
Alexey Zatelepin
86d53b34a5 forward ALTER PARTITION statements for materialized views [#CLICKHOUSE-3659] 2018-03-20 16:44:36 +03:00
Vitaliy Lyudvichenko
1a0833d0e7 Fixed small race condition in ClusterCopier. [#CLICKHOUSE-2] 2018-03-19 21:30:49 +03:00
Vitaliy Lyudvichenko
e41b653f14 Parallelized block split in sync Distributed insert. [#CLICKHOUSE-2] 2018-03-19 21:26:52 +03:00
Alexey Zatelepin
b1274f7b34 fix deadlock in StorageKafka::shutdown() in case startup() wasn't called #2075 2018-03-19 20:52:48 +03:00
Vitaliy Lyudvichenko
6b2cab139e
Update CHANGELOG_RU.md 2018-03-19 20:42:47 +03:00
Vitaliy Lyudvichenko
45c2b0ac10
Update CHANGELOG_RU.md 2018-03-19 20:39:46 +03:00
Vitaliy Lyudvichenko
1f4b0184f6 Add RU changelog for 1.1.54370 release. [#CLICKHOUSE-3] 2018-03-19 17:31:44 +03:00