Commit Graph

14540 Commits

Author SHA1 Message Date
Vitaliy Lyudvichenko
32b617e1d6 Fixed extra squashing leaded to too big timeouts. [#CLICKHOUSE-3346] 2018-03-11 21:36:09 +03:00
Vitaliy Lyudvichenko
96d4e59dab Simplified logic of distributed sync insert. [#CLICKHOUSE-2] 2018-03-07 17:39:02 +03:00
Vitaliy Lyudvichenko
47d1d4c83c More effective retries, fast partition discovering. [#CLICKHOUSE-3346] 2018-03-07 17:39:02 +03:00
Vitaliy Lyudvichenko
17f39ab33f Add deferred initialization of shards if enabled_partitions are specified. [#CLICKHOUSE-3346] 2018-03-07 17:39:02 +03:00
Vitaliy Lyudvichenko
270b6c968e Speed up initialization, fixed settings passing. [#CLICKHOUSE-3346] 2018-03-07 17:39:02 +03:00
Vitaliy Lyudvichenko
d6635c3bf5 Fixed several integration tests. [#CLICKHOUSE-2] 2018-03-07 16:52:09 +03:00
Nikolai Kochetov
68357f3534 added macro.xml 2018-03-07 15:46:30 +03:00
Alexey Milovidov
1b3573f61f Added changelog for upcoming release [#CLICKHOUSE-2] 2018-03-07 00:09:19 +03:00
Alexey Milovidov
3bf29ae529 Added changelog for upcoming release [#CLICKHOUSE-2] 2018-03-07 00:08:17 +03:00
Alexey Milovidov
42ecfc5d29 Added changelog for upcoming release [#CLICKHOUSE-2] 2018-03-07 00:07:38 +03:00
Alexey Milovidov
667ee9c8e4 Added changelog for upcoming release [#CLICKHOUSE-2] 2018-03-07 00:06:51 +03:00
Alexey Milovidov
13ac3a2fc3 Added changelog for upcoming release [#CLICKHOUSE-2] 2018-03-07 00:04:58 +03:00
Alexey Milovidov
853a35b2d4 Added changelog for upcoming release [#CLICKHOUSE-2] 2018-03-07 00:03:30 +03:00
Alexey Milovidov
720d15b05b Added changelog for upcoming release [#CLICKHOUSE-2] 2018-03-07 00:02:17 +03:00
Alexey Milovidov
dc3364f33f Merge branch 'master' of github.com:yandex/ClickHouse 2018-03-07 00:00:48 +03:00
Alexey Milovidov
43eb7c2488 Added changelog for upcoming release [#CLICKHOUSE-2] 2018-03-07 00:00:28 +03:00
Alexey Zatelepin
b0a4e1294d remove obsolete setting from test 2018-03-06 20:36:19 +00:00
proller
ce9647274a CLICKHOUSE-3586 debian/compat : use version 8 to support old gdb version less 7.9.1 (old gdb have no support of compressed symbols) 2018-03-06 23:04:54 +03:00
alexey-milovidov
a06af52824
Merge pull request #1995 from yandex/CLICKHOUSE-3616
Fixed segfault in case of WHERE <non-UInt8 type expression>
2018-03-06 22:10:14 +03:00
Alex Zatelepin
90ea45a397
better exception message [#CLICKHOUSE-3599] 2018-03-06 22:01:45 +03:00
alexey-milovidov
71e73c41ac
Merge pull request #2000 from yandex/negative-versions
Fix version column checks, support negative versions
2018-03-06 20:25:18 +03:00
Alexey Zatelepin
f3812dddea generic comparison code in GraphiteRollupSortedBlockInputStream [#CLICKHOUSE-3599] 2018-03-06 20:17:58 +03:00
Alexey Zatelepin
5d51c66bbb generic version comparison code for ReplacingMergeTree [#CLICKHOUSE-3599] 2018-03-06 20:17:58 +03:00
Alexey Zatelepin
ec91d29d6a correct MergingParams columns check [#CLICKHOUSE-3599] 2018-03-06 20:17:58 +03:00
robot-metrika-test
753c3d098e Auto version update to [54357] 2018-03-06 19:20:07 +03:00
Alexey Milovidov
8bc40879ab Fixed error [#CLICKHOUSE-2] 2018-03-06 19:11:29 +03:00
Vitaliy Lyudvichenko
1d247d0e31 Fixed segfault in case of WHERE <non-UInt8 type expression>. [#CLICKHOUSE-3616]
Prohibited non-UInt8 constants in WHERE expressions.
Fixed KILL QUERY syntax highlighting.
2018-03-06 18:42:00 +03:00
Alexey Milovidov
d134f90fa9 Whitespace [#CLICKHOUSE-2] 2018-03-06 14:59:25 +03:00
alexey-milovidov
3fba1feff9
Merge pull request #1998 from topvisor/patch-1
Update mkdocs_ru.yml
2018-03-06 11:22:41 +03:00
topvisor
b271ec5589
Update mkdocs_ru.yml
Add page MySQL
2018-03-06 10:17:38 +03:00
alexey-milovidov
1acf404ed1
Merge pull request #1831 from yandex/remote-table-function-insert-into-local-replica
Remote table function insert into local replica
2018-03-06 00:14:29 +03:00
proller
82a361d0e9 Show error to client if query was killed (#1989)
* Show error to client if query was killed

* Kill exception v2

* Use kill

* fix

* wip

* fix

* fxi

* try fix

* Revert "try fix"

This reverts commit eb76e4c040.

* QUERY_WASCANCELLED

* Fxi all cancel()

* fix
2018-03-06 00:09:39 +03:00
robot-metrika-test
6282c8e490 Auto version update to [54356] 2018-03-06 00:07:31 +03:00
alexey-milovidov
813dcd3e0e
Merge pull request #1991 from Artemeey/patch-3
Add mysql.md
2018-03-05 22:21:43 +03:00
alexey-milovidov
891c028c58
Update mysql.md 2018-03-05 22:21:26 +03:00
Alexey Milovidov
ff822f5d81 Modified comment [#CLICKHOUSE-2] 2018-03-05 21:26:43 +03:00
Nikolai Kochetov
966a7d819b fix test 2018-03-05 19:15:17 +03:00
Nikolai Kochetov
7b983340b8 Merge branch 'remote-table-function-insert-into-local-replica' of github.com:yandex/ClickHouse into remote-table-function-insert-into-local-replica 2018-03-05 17:59:58 +03:00
Nikolai Kochetov
6c66f78f71 renamed shared tests 2018-03-05 17:59:51 +03:00
KochetovNicolai
9f12df3a86
Update 00459_group_array_insert_at.sql 2018-03-05 17:52:59 +03:00
KochetovNicolai
bf6cfadfbc
Update 00557_remote_port.sh 2018-03-05 17:23:33 +03:00
Nikolai Kochetov
d7e6225815 renamed treat_local_as_shared to treat_local_as_remote 2018-03-05 15:47:09 +03:00
Nikolai Kochetov
f5b9ccf337 Merge branch 'remote-table-function-insert-into-local-replica' of github.com:yandex/ClickHouse into remote-table-function-insert-into-local-replica 2018-03-05 15:38:40 +03:00
Nikolai Kochetov
871a560b37 merged with master 2018-03-05 15:36:17 +03:00
Artemeey
73c0686fee
Update mysql.md 2018-03-04 14:08:01 +03:00
Artemeey
5012bd1513
Update mysql.md 2018-03-04 14:07:46 +03:00
Artemeey
34aee82232
Create mysql.md 2018-03-04 14:00:00 +03:00
Alexey Milovidov
28b46655db Added support for MSan [#CLICKHOUSE-2] 2018-03-03 23:37:12 +03:00
Alexey Milovidov
c1a8659000 Updated instructions 2018-03-03 22:51:21 +03:00
Alexey Milovidov
c9b81fd917 Updated instructions 2018-03-03 22:50:02 +03:00