Alexander Kuzmenkov
|
c5a81f6172
|
Merge pull request #17437 from vitlibar/add-new-constants-to-client-info-interface
Add constants to ClientInfo::Interface for MySQL and PostgreSQL protocols
|
2020-11-30 17:02:30 +03:00 |
|
Vitaly Baranov
|
99343bc127
|
Add constants to ClientInfo::Interface for MySQL and PostgreSQL protocols.
|
2020-11-26 11:30:38 +03:00 |
|
Alexander Kuzmenkov
|
edce1e636e
|
Merge pull request #16535 from ClickHouse/aku/opentelemetry
OpenTelemetry improvements
|
2020-11-25 14:10:17 +03:00 |
|
Alexander Kuzmenkov
|
1d7dcef4a0
|
Merge remote-tracking branch 'origin/master' into HEAD
|
2020-11-24 21:45:10 +03:00 |
|
Vitaly Baranov
|
be056a93ab
|
Add comments desribing the protocol.
|
2020-11-24 17:55:02 +03:00 |
|
Vitaly Baranov
|
a0e384b0c0
|
Added support for external tables.
|
2020-11-24 17:55:02 +03:00 |
|
Vitaly Baranov
|
23842e7ac6
|
Added support for input() function.
|
2020-11-24 17:55:02 +03:00 |
|
Vitaly Baranov
|
0e3a8840b5
|
Support cancellation of executing query via gRPC.
|
2020-11-24 17:55:02 +03:00 |
|
Vitaly Baranov
|
18ebea5d66
|
Optimization: Forward reading of next query infos.
|
2020-11-24 17:55:02 +03:00 |
|
Vitaly Baranov
|
eab3006a4d
|
Support SSL and compression when using gRPC protocol.
|
2020-11-24 17:55:02 +03:00 |
|
Vitaly Baranov
|
b0cb3eb306
|
Extend the protocol with streaming and nonstreaming functions.
|
2020-11-24 17:55:01 +03:00 |
|
Vitaly Baranov
|
b51e14253d
|
Added support for sessions in gRPC protocol.
|
2020-11-24 17:55:01 +03:00 |
|
Vitaly Baranov
|
9285f7edc1
|
Send profile info to client.
|
2020-11-24 17:55:01 +03:00 |
|
Vitaly Baranov
|
98e2cc4117
|
Fix sending progress.
|
2020-11-24 17:55:01 +03:00 |
|
Vitaly Baranov
|
4f0405af93
|
Send logs via gRPC protocol too.
|
2020-11-24 17:55:01 +03:00 |
|
Vitaly Baranov
|
218d9ea3e8
|
Added input_data_delimiter to protocol.
|
2020-11-24 17:55:01 +03:00 |
|
Vitaly Baranov
|
797c84889f
|
Use ReadBuffer to join input data from multiple query infos.
That fixes inserting of a row splitted between two query infos.
|
2020-11-24 17:55:01 +03:00 |
|
Vitaly Baranov
|
de4586739a
|
Fix using output format.
|
2020-11-24 17:55:01 +03:00 |
|
Vitaly Baranov
|
1bab6a2337
|
Added logging for grpc calls.
|
2020-11-24 17:55:01 +03:00 |
|
Vitaly Baranov
|
8146093794
|
Provide more information about errors.
|
2020-11-24 17:55:01 +03:00 |
|
Vitaly Baranov
|
fb90e9d091
|
Simplify the code: pass callbacks as tags to grpc.
|
2020-11-24 17:53:34 +03:00 |
|
Vitaly Baranov
|
ba723d6d75
|
Simplify the code: get rid of WriteBufferFromGRPC.
|
2020-11-24 17:53:34 +03:00 |
|
Vitaly Baranov
|
c2edd9f8ce
|
Rework async server: switch to coroutine-like approach, no using statuses anymore for control flow.
|
2020-11-24 17:53:34 +03:00 |
|
Vitaly Baranov
|
ff62fd4967
|
Add an adapter for protocol servers.
|
2020-11-24 17:53:34 +03:00 |
|
Vitaly Baranov
|
a327f24e3c
|
Refine the protocol. Code cleanup in tests.
|
2020-11-24 17:53:34 +03:00 |
|
Vitaly Baranov
|
44717797c9
|
Fix code style and compilation.
|
2020-11-24 17:53:34 +03:00 |
|
Vitaly Baranov
|
13f2352c57
|
Move files to right places.
|
2020-11-24 17:53:34 +03:00 |
|
zhang2014
|
ade04b5dc4
|
ISSUES-16605 try fix review comment
|
2020-11-22 20:42:55 +08:00 |
|
zhang2014
|
6b2fa22000
|
ISSUES-16605 try fix MySQL handler affected rows when insert select query
|
2020-11-22 20:13:55 +08:00 |
|
Alexander Kuzmenkov
|
6cb378e072
|
cleanup
|
2020-11-19 18:52:11 +03:00 |
|
Alexander Kuzmenkov
|
1570320e20
|
fixes for context hierarchy
|
2020-11-18 20:43:18 +03:00 |
|
Alexander Kuzmenkov
|
b16c5a1748
|
Merge remote-tracking branch 'origin/master' into HEAD
|
2020-11-17 22:54:54 +03:00 |
|
Alexey Milovidov
|
24f4fa6edf
|
Follow Arcadia ya.make rules
|
2020-11-17 00:16:50 +03:00 |
|
Alexey Milovidov
|
3df04ce0c2
|
Follow Arcadia ya.make rules
|
2020-11-16 21:24:58 +03:00 |
|
alexey-milovidov
|
34b2a460ba
|
Merge pull request #16578 from fibersel/issue-8828
add compression method for files: Xz
|
2020-11-12 02:58:52 +03:00 |
|
a.palagashvili
|
55d05c95bf
|
fixed style, xz check fasttest skipped, removed fast-lzma2
|
2020-11-11 15:34:28 +03:00 |
|
a.palagashvili
|
124ef2f5fa
|
added and successfully passed tests for content encoding and file() function, formatted code
|
2020-11-11 04:50:56 +03:00 |
|
Alexander Tokmakov
|
b94cc5c4e5
|
remove more stringstreams
|
2020-11-10 21:22:26 +03:00 |
|
Alexander Kuzmenkov
|
26229ed231
|
tmp spans for threads
(doesn't compile because of json metadata changes)
|
2020-11-09 18:07:38 +03:00 |
|
Alexey Milovidov
|
fd84d16387
|
Fix "server failed to start" error
|
2020-11-07 03:14:53 +03:00 |
|
Maxim Akhmedov
|
3627fabfb9
|
Remove -g0 form Arcadia build settings.
|
2020-10-29 17:37:23 +03:00 |
|
alexey-milovidov
|
bf3acecf6f
|
Merge pull request #16032 from Avogar/mysql_bug
Don't touch MySQL database if it's unnecessary
|
2020-10-29 04:14:26 +03:00 |
|
Alexander Kuzmenkov
|
5a70e26c70
|
Merge remote-tracking branch 'origin/master' into HEAD
|
2020-10-26 19:21:13 +03:00 |
|
Alexey Milovidov
|
74558a4e27
|
Better diagnostics when client has dropped connection
|
2020-10-24 06:41:47 +03:00 |
|
Alexander Kuzmenkov
|
5cbf645de4
|
Merge remote-tracking branch 'origin/master' into tmp
|
2020-10-22 19:48:02 +03:00 |
|
alexey-milovidov
|
2ae32e3d5c
|
Merge pull request #16101 from azat/http-memory-tracking-fixes
Fix memory tracker settings (for HTTP queries)
|
2020-10-22 00:00:47 +03:00 |
|
Alexander Kuzmenkov
|
84908df6d8
|
fix setting parent from HTTP traceparent
|
2020-10-20 14:35:13 +03:00 |
|
Alexander Kuzmenkov
|
f3abb76e57
|
disable traceparent header in Arcadia
it interferes with the test_clickhouse.TestTracing.test_tracing_via_http_proxy[traceparent] test
|
2020-10-20 11:13:21 +03:00 |
|
Alexey Milovidov
|
a79460b644
|
Modify comment
|
2020-10-20 04:03:03 +03:00 |
|
Alexey Milovidov
|
a091892a13
|
Fix Arcadia
|
2020-10-20 04:01:47 +03:00 |
|