alexey-milovidov
|
0f25e8277c
|
Update validateODBCConnectionString.cpp
|
2018-08-01 00:25:26 +03:00 |
|
alexey-milovidov
|
369145bd30
|
Update validateODBCConnectionString.cpp
|
2018-08-01 00:25:26 +03:00 |
|
Alexey Milovidov
|
c9ab39c8c6
|
Added validation of ODBC connection string [#CLICKHOUSE-3861]
|
2018-08-01 00:25:26 +03:00 |
|
robot-metrika-test
|
0826127d48
|
Auto version update to [18.5.1] [54400]
|
2018-07-31 04:28:24 +03:00 |
|
Alexey Milovidov
|
3caadfadc6
|
Fixed test #2750
|
2018-07-31 04:24:32 +03:00 |
|
robot-clickhouse
|
d3db10f315
|
Auto version update to [18.5.0] [54400]
|
2018-07-30 23:43:16 +03:00 |
|
Alexey Milovidov
|
b5b48d59fa
|
Compatibility with obsolete version of Poco for alternative build variants #2759
|
2018-07-30 23:21:45 +03:00 |
|
alexey-milovidov
|
98e9f4c24c
|
Merge pull request #2761 from 4ertus2/negative
Fix client's --testmode (allow multiple negative tests with clientError)
|
2018-07-30 21:48:36 +03:00 |
|
Alexey Zatelepin
|
4863c5c178
|
fix potential segfault in MergeTreeData::delayInsertOrThrowIfNeeded [#CLICKHOUSE-3862]
|
2018-07-30 21:47:24 +03:00 |
|
Alexey Zatelepin
|
cc7950a733
|
don't destroy Cleanup- and AlterThread objects, just deactivate the tasks [#CLICKHOUSE-3862]
Otherwise segfaults are possible when the objects are recreated in the middle of the queue task execution.
|
2018-07-30 21:47:24 +03:00 |
|
chertus
|
5294c1ec9e
|
Merge branch 'master' into negative
|
2018-07-30 21:39:36 +03:00 |
|
chertus
|
5f46894cf0
|
CLICKHOUSE-2 client testmode fixes: reconnect on clientError, clear expected errors, return error to OS
|
2018-07-30 21:27:04 +03:00 |
|
Alexey Milovidov
|
cfb3537eb6
|
Updated test #2756
|
2018-07-30 21:26:20 +03:00 |
|
Alexey Milovidov
|
b1e06fc136
|
Better code #2756
|
2018-07-30 21:00:16 +03:00 |
|
Alexey Milovidov
|
2fb75a88c3
|
Fixed test #2756
|
2018-07-30 20:43:13 +03:00 |
|
Alexey Milovidov
|
7fe1914a63
|
Whitespaces #2756
|
2018-07-30 19:07:20 +03:00 |
|
alexey-milovidov
|
be657c33e6
|
Merge pull request #2756 from CurtizJ/CLICKHOUSE-3785
Clickhouse 3785 Add MurmurHash2
|
2018-07-30 18:57:38 +03:00 |
|
zhang2014
|
9e052b13d1
|
ISSUES-2700 add funnel window crash test
|
2018-07-30 18:51:06 +03:00 |
|
ap11
|
45ce69e73d
|
Add case insensitive coalesce ifnull, nullif.
|
2018-07-30 18:50:12 +03:00 |
|
alexey-milovidov
|
b062262b9f
|
Update FunctionsHashing.h
|
2018-07-30 18:45:46 +03:00 |
|
ap11
|
4fe3690cad
|
minor changes
|
2018-07-30 16:50:26 +03:00 |
|
ap11
|
d45ce92b89
|
add tests for murmurhash2
|
2018-07-30 16:41:07 +03:00 |
|
ap11
|
68bdc4eb12
|
Add mumurhash2
|
2018-07-30 15:19:22 +03:00 |
|
alesapin
|
79607b9118
|
CLICKHOUSE-3852: Add tests for config parser
|
2018-07-29 04:58:05 +03:00 |
|
alesapin
|
744258818e
|
CLICKHOUSE-3852: Fix PR remarks
|
2018-07-29 04:58:05 +03:00 |
|
alesapin
|
1f32701665
|
CLICKHOUSE-3852: Remove useless newlines
|
2018-07-29 04:58:05 +03:00 |
|
alesapin
|
652e5ff9e2
|
CLICKHOUSE-3852: Add ability to set up config parameters from env variables.
|
2018-07-29 04:58:05 +03:00 |
|
robot-metrika-test
|
e26ba4daac
|
Auto version update to [18.4.0] [54399]
|
2018-07-28 00:35:05 +03:00 |
|
Alexey Milovidov
|
8bc95412b6
|
Fixed bad code #2708
|
2018-07-28 00:33:30 +03:00 |
|
Alexey Milovidov
|
35409e1123
|
Merge branch 'master' of github.com:yandex/ClickHouse
|
2018-07-27 22:51:35 +03:00 |
|
Alexey Milovidov
|
a2101df25a
|
Fixed error in aggregate function "anyHeavy"; added a test [#CLICKHOUSE-3867]
|
2018-07-27 22:51:13 +03:00 |
|
robot-metrika-test
|
a7addb80a3
|
Auto version update to [18.3.0] [54398]
|
2018-07-27 21:45:36 +03:00 |
|
Alexey Milovidov
|
448bcdfdb4
|
Added a test [#CLICKHOUSE-3855]
|
2018-07-27 21:17:32 +03:00 |
|
Alexey Milovidov
|
bbdd780be0
|
Fixed error when IN is used as an aggregation key [#CLICKHOUSE-3855]
|
2018-07-27 21:14:58 +03:00 |
|
alexey-milovidov
|
e64c221649
|
Update Client.cpp
|
2018-07-27 20:41:05 +03:00 |
|
chertus
|
845edbe242
|
CLICKHOUSE-2: support negative tests
|
2018-07-27 20:41:05 +03:00 |
|
alexey-milovidov
|
cac790f08f
|
Update Client.cpp
|
2018-07-27 20:37:53 +03:00 |
|
alesapin
|
a28cf1ed98
|
Remove wrong option
|
2018-07-27 20:25:51 +03:00 |
|
chertus
|
6283c3f572
|
CLICKHOUSE-2: support negative tests
|
2018-07-27 20:19:22 +03:00 |
|
zhang2014
|
4bc916029c
|
ISSUES-2700 fix windowFunnel NULL pointer
Co-authored-by: zhang2014 <coswde@gmail.com>
Co-authored-by: sundy-li <543950155@qq.com>
|
2018-07-27 15:19:29 +08:00 |
|
alexey-milovidov
|
9242588449
|
Merge pull request #2708 from VadimPE/CLICKHOUSE-3837
CLICKHOUSE-3837 Add support for table function in remote() and cluster()
|
2018-07-26 21:36:04 +03:00 |
|
alexey-milovidov
|
1140a07b58
|
Merge pull request #2729 from amosbird/master
Use docker exec to operate on kafka.
|
2018-07-26 21:34:04 +03:00 |
|
Vadim
|
ad006166b5
|
Update 00675_shard_remote_with_table_function.sql
|
2018-07-26 20:50:32 +03:00 |
|
alexey-milovidov
|
24b0be2cf0
|
Merge pull request #2727 from alesapin/CLICKHOUSE-3832
CLICKHOUSE-3832: Add HTTP Basic authentification in replication protocol
|
2018-07-26 20:50:09 +03:00 |
|
Vadim
|
da41c5cf47
|
Update 00675_shard_remote_with_table_function.sql
|
2018-07-26 20:49:51 +03:00 |
|
Amos Bird
|
54a08ed018
|
Use docker exec to operate on kafka.
|
2018-07-27 01:24:35 +08:00 |
|
VadimPE
|
894c5b356d
|
CLICKHOUSE-3837
|
2018-07-26 19:15:15 +03:00 |
|
alesapin
|
368face3c9
|
CLICKHOUSE-3832: Fix typo
|
2018-07-26 19:10:21 +03:00 |
|
alesapin
|
4fb89512b1
|
CLICKHOUSE-3832: Add error code to exception and change message, also change check for interserver_http_credentials
|
2018-07-26 19:01:43 +03:00 |
|
Alexey Zatelepin
|
02946d2bc1
|
Revert "Set up dns server for kafka integration tests."
This reverts commit 1c75c19106 .
|
2018-07-26 18:52:50 +03:00 |
|