ClickHouse/dbms/tests
Vitaliy Lyudvichenko c888903488
Add query ALTER TABLE t1 [REPLACE|ATTACH] PARTITION FROM t2
* Add ATTACH PARTITION FROM table for MergeTree. [#CLICKHOUSE-3546]

* Implemented replicated case on non-leader replica. [#CLICKHOUSE-3546]

* Disable merges in the dropping range. [#CLICKHOUSE-3546]

* DROP PARTITION is atomic and simpler now. [#CLICKHOUSE-3546]

* Implemented more SYSTEM queries. [#CLICKHOUSE-2931] [#CLICKHOUSE-3546]

SYSTEM queries:
RESTART REPLICAS
SYNC REPLICA db.name
STOP MERGES [db.name]
START MERGES [db.name]
STOP FETCHES [db.name]
START FETCHES [db.name]
STOP REPLICATED SENDS [db.name]
START REPLICATED SENDS [db.name]
STOP REPLICATION QUEUES [db.name]
START REPLICATION QUEUES [db.name]

* Fixed a bunch of bugs in REPLACE PARTITION. [#CLICKHOUSE-3546]

* Add tests for REPLACE PARTITION and SYSTEM. [#CLICKHOUSE-3546]

* Add system.part_log logging. [#CLICKHOUSE-3546]

* Fixed long wait in SYNC REPLICA. [#CLICKHOUSE-3546]

* Add requested changes. [#CLICKHOUSE-3546]

Fixed clickhouse-client bad return code.

* Add requested chenges. [#CLICKHOUSE-3546]

* Add requested chenges. [#CLICKHOUSE-3546]
2018-05-21 16:49:54 +03:00
..
external_dictionaries Fix double free in LibraryDictionarySource (#2028) 2018-03-14 02:13:39 +03:00
external_models/catboost Merge branch 'master' into catboost-models 2017-11-10 14:40:08 +03:00
instructions Modifications after removing libzookeeper [#CLICKHOUSE-2] 2018-04-02 02:16:41 +03:00
integration Better configs for an integration test. [#CLICKHOUSE-2] 2018-05-15 21:25:54 +03:00
perf_drafts Add --silent mode for clickhouse-local. [#CLICKHOUSE-3390] 2018-01-15 18:08:54 +03:00
performance Revert "ISSUES-1885 UTF8 countCodePoints use SIMD" 2018-04-20 22:18:24 +03:00
queries Add query ALTER TABLE t1 [REPLACE|ATTACH] PARTITION FROM t2 2018-05-21 16:49:54 +03:00
.gitignore Added gitignore [#METR-2944]. 2014-03-24 04:37:39 +04:00
clickhouse-client.xml Debian: Try make compatible package depends (#2194) 2018-04-10 11:25:08 -07:00
clickhouse-test Debian postinst fix 2018-05-18 21:26:44 +03:00
clickhouse-test-server Debian postinst fix 2018-05-18 21:26:44 +03:00
client-test.xml Allow use encryption for distributed tables (#2065) 2018-03-29 04:41:06 +03:00
CMakeLists.txt better test in pbuilder (#2080) 2018-03-20 20:24:39 +03:00
CTestCustom.cmake Try fix travis. Use less travis tests (#1897) 2018-02-13 21:00:06 +03:00
server-test.xml gcc8 fixes (memset, uncaught_exception) 2018-05-08 22:44:54 +03:00
users.xml Enable travis (#1772) 2018-01-15 21:57:10 +03:00