Alexey Milovidov
|
6388c916de
|
Fixed style; added a comment about terribly wrong code [#CLICKHOUSE-2]
|
2018-04-19 07:23:58 +03:00 |
|
alexey-milovidov
|
0612977bc3
|
Merge pull request #1925 from zhang2014/fix/ISSUES-995
ISSUES-995 support relative path with domain
|
2018-04-19 07:19:23 +03:00 |
|
Alexey Milovidov
|
67c451e9cf
|
Miscellaneous #2134
|
2018-04-19 06:08:22 +03:00 |
|
alexey-milovidov
|
b23db369f4
|
Merge pull request #2134 from zhang2014/fix/union_syntax
ISSUES-2133 Support union query with subquery
|
2018-04-19 05:42:52 +03:00 |
|
Alexey Milovidov
|
cce4c8886c
|
Removed obsolete code #2226
|
2018-04-19 00:23:55 +03:00 |
|
Alexey Milovidov
|
b4bf2f0c09
|
Added comment [#CLICKHOUSE-2]
|
2018-04-19 00:14:47 +03:00 |
|
Alexey Milovidov
|
a55abd0a25
|
Fixed test [#CLICKHOUSE-2]
|
2018-04-18 23:27:27 +03:00 |
|
Alexey Milovidov
|
b6fcb808fe
|
Updated old code [#CLICKHOUSE-2]
|
2018-04-18 23:18:18 +03:00 |
|
Alexey Milovidov
|
3eff0184fa
|
Added set size checking when set from subquery is used for index; removed harmful feature for special support of (a, b) IN (SELECT (a, b)) instead of (a, b) IN (SELECT a, b) [#CLICKHOUSE-2]
|
2018-04-18 22:38:40 +03:00 |
|
Alexey Milovidov
|
3bb2fa4702
|
Fixed bad code [#CLICKHOUSE-2]
|
2018-04-18 21:44:02 +03:00 |
|
alexey-milovidov
|
22f7a3a545
|
Merge pull request #2223 from sundy-li/master
Fix:ignore the format_version check when the data is empty
|
2018-04-17 22:50:26 +03:00 |
|
alexey-milovidov
|
089e71d9a5
|
Merge pull request #2235 from yandex/small-enhancements
Small enhancements
|
2018-04-17 22:45:01 +03:00 |
|
Vitaliy Lyudvichenko
|
400ad55754
|
Support allow_databases in distributed DDL. [#CLICKHOUSE-3]
Resolves #2189
|
2018-04-17 22:33:58 +03:00 |
|
Vitaliy Lyudvichenko
|
bf832b3ea6
|
Fixed OPTIMIZE after RENAME of replicated table. [#CLICKHOUSE-2]
|
2018-04-17 20:59:42 +03:00 |
|
Vitaliy Lyudvichenko
|
5536bf202c
|
Allow SELECT FROM system.processes while max_queries limit is exceeded. [#CLICKHOUSE-3670]
|
2018-04-17 20:08:15 +03:00 |
|
Vitaliy Lyudvichenko
|
604c7071c3
|
Fixed a long lock of ProcessList when KILL QUERY is called. [#CLICKHOUSE-3706]
|
2018-04-17 18:16:32 +03:00 |
|
Vitaliy Lyudvichenko
|
f642d0828e
|
Avoid freezing of KILL QUERY. [#CLICKHOUSE-3706]
|
2018-04-17 17:29:52 +03:00 |
|
proller
|
27b4af9dd7
|
Change obsolete comment
|
2018-04-16 23:25:07 +03:00 |
|
alexey-milovidov
|
17dd218338
|
Merge pull request #2202 from proller/fix15
CLICKHOUSE-3700: Fix empty password on replica query
|
2018-04-16 23:18:47 +03:00 |
|
proller
|
42cb1540a1
|
Update ClientInfo.h
|
2018-04-16 23:12:44 +03:00 |
|
Nikolai Kochetov
|
d9ab10634a
|
fix build
|
2018-04-16 18:39:12 +03:00 |
|
Nikolai Kochetov
|
9e05052c2a
|
merged with master
|
2018-04-16 18:35:11 +03:00 |
|
Nikolai Kochetov
|
7b8a306e34
|
minor fixes
|
2018-04-16 18:11:13 +03:00 |
|
sundy-li
|
12211ffc5b
|
Fix:ignore the format_version check when the data is empty
|
2018-04-16 18:04:59 +08:00 |
|
proller
|
0114b69f61
|
Fix build
|
2018-04-13 23:16:12 +03:00 |
|
proller
|
f9cd6a09e6
|
sql: initial EXTRACT(... FROM ...) support (#2196)
* start
* wip
* wip
* wip
* wip
* wip
* Fix clickhouse-server.postinst
* clean
* wip
* clean
* clean
* clean
* wip
* clean
* Update dump_variable.cpp
|
2018-04-13 22:35:08 +03:00 |
|
proller
|
5b19d89133
|
Add git hash to version info
|
2018-04-13 15:42:35 +03:00 |
|
proller
|
4034fcecf3
|
Merge remote-tracking branch 'upstream/master' into fix15
|
2018-04-10 21:27:21 +03:00 |
|
proller
|
0c2ba39978
|
Debian: Try make compatible package depends (#2194)
* Fix split shared build
* Fix build without system odbc libs
* Move dbms/src/Common/iostream_debug_helpers.h -> libs/libcommon/include/common/iostream_debug_helpers.h
* Fix build with libiodbc
* Fix clickhouse-server.postinst
* Debian: Try make compatible package depends
* Try fix fail on travis tests fail
* Try fix package
* Fix ssl test
* fix
* fix
* wip
* try fix
* clean
* fix
|
2018-04-10 11:25:08 -07:00 |
|
Alexey Milovidov
|
2392f87dca
|
ZooKeeper: Fixed error [#CLICKHOUSE-2]
|
2018-04-10 19:48:43 +03:00 |
|
proller
|
157067b127
|
CLICKHOUSE-3700: Fix empty password on replica query
|
2018-04-10 17:49:52 +03:00 |
|
Alexey Milovidov
|
d3cf85057b
|
Removed useless code [#CLICKHOUSE-2]
|
2018-04-09 18:49:12 +03:00 |
|
proller
|
c26b3bdef1
|
Fix split shared build; fix build without system odbc libs (#2191)
* Fix split shared build
* Fix build without system odbc libs
* Move dbms/src/Common/iostream_debug_helpers.h -> libs/libcommon/include/common/iostream_debug_helpers.h
* Fix build with libiodbc
|
2018-04-09 06:52:39 -07:00 |
|
Alexey Milovidov
|
f02239a307
|
Fixed linkage of tests [#CLICKHOUSE-2]
|
2018-04-08 07:54:23 +03:00 |
|
Alexey Milovidov
|
79e319a7b6
|
ZooKeeper: fixed error [#CLICKHOUSE-2]
|
2018-04-08 07:45:59 +03:00 |
|
Alexey Milovidov
|
a2482f120d
|
Fixed test [#CLICKHOUSE-2]
|
2018-04-08 07:38:27 +03:00 |
|
Alexey Milovidov
|
86317fe0f9
|
ZooKeeper: Fixed error [#CLICKHOUSE-2]
|
2018-04-08 07:25:13 +03:00 |
|
proller
|
07b81c875e
|
CLICKHOUSE-3444: show error for old query on replace_running_query (#2127)
* Add tests
* Fix test
* Fix test build
* CLICKHOUSE-3444: show error for replace_running_query
* fix naming
* fix
* fix test
* Update IProfilingBlockInputStream.cpp
|
2018-04-07 06:49:49 +03:00 |
|
Alexey Milovidov
|
babfc6aaf7
|
Fixed error [#CLICKHOUSE-2]
|
2018-04-07 06:46:20 +03:00 |
|
Alexey Milovidov
|
18bbd0e61b
|
Moved SessionPoolHelpers #2180
|
2018-04-07 06:07:32 +03:00 |
|
Alexey Milovidov
|
f40817f851
|
Moved SessionPoolHelpers #2180
|
2018-04-07 06:07:26 +03:00 |
|
Alexey Milovidov
|
3f264f07e9
|
Removed excessive library dependencies #2180
|
2018-04-07 05:29:12 +03:00 |
|
Alexey Milovidov
|
3fd2773151
|
Improved code after introduction of method "getHeader" in every stream [#CLICKHOUSE-2]
|
2018-04-07 04:46:50 +03:00 |
|
Alexey Milovidov
|
0a4b349f73
|
Merge branch 'master' of github.com:yandex/ClickHouse
|
2018-04-07 00:47:18 +03:00 |
|
Alexey Milovidov
|
4e5e0fa664
|
ReplicatedMergeTree: Better diagnostics [#CLICKHOUSE-2]
|
2018-04-07 00:46:57 +03:00 |
|
alexey-milovidov
|
84726e17e8
|
Merge pull request #2185 from yandex/fix-leader-election-race
Fix races in leader election.
|
2018-04-07 00:18:26 +03:00 |
|
Alexey Milovidov
|
9b3169a331
|
Fixed build with clang 5 (although it is Ok on clang 6) [#CLICKHOUSE-2]
|
2018-04-06 23:03:35 +03:00 |
|
Alexey Milovidov
|
708dc5ef82
|
ZooKeeper: fixed error [#CLICKHOUSE-2]
|
2018-04-06 22:54:18 +03:00 |
|
Alexey Milovidov
|
0d8d99e7a4
|
Fixed typo [#CLICKHOUSE-2]
|
2018-04-06 22:48:54 +03:00 |
|
Alexey Milovidov
|
ee7fe63b69
|
Avoid herd effect in ReplicatedMergeTreeCleanupThread (continued) [#CLICKHOUSE-2]
|
2018-04-06 22:44:55 +03:00 |
|