Yuriy
|
34a4d6a57a
|
better
|
2019-07-19 21:46:57 +03:00 |
|
Yuriy
|
39ea5486f5
|
removed reinterpret_cast
|
2019-07-19 21:29:39 +03:00 |
|
Yuriy
|
475179cec7
|
added size limit for packets which are read without memory tracker (all packets except for COM_QUERY)
|
2019-07-19 20:55:07 +03:00 |
|
Yuriy
|
1913ae9cee
|
fixed asan check
|
2019-07-18 08:00:35 +03:00 |
|
Yuriy
|
1d6e31be4d
|
merged master
|
2019-07-16 10:33:25 +03:00 |
|
Yuriy
|
a514de943c
|
replacing not implemented query
|
2019-07-16 10:11:59 +03:00 |
|
Yuriy
|
4df72f18ce
|
writing packets in parts
|
2019-07-16 09:39:18 +03:00 |
|
Yuriy
|
0ed77453d3
|
reading packets in parts
|
2019-07-15 01:13:56 +03:00 |
|
Yuriy
|
a6bd5bccff
|
tiny fix
|
2019-07-14 11:27:58 +03:00 |
|
alexey-milovidov
|
a93c76837e
|
Merge pull request #5953 from abyss7/fix-filter-table
Implement getDatabaseName() and rename() for all storages
|
2019-07-13 00:51:39 +03:00 |
|
Nikolai Kochetov
|
e9f3d4d6b8
|
Merge pull request #4914 from yandex/processors
Processors
|
2019-07-11 19:22:02 +03:00 |
|
Ivan Lezhankin
|
998aa795fc
|
Merge remote-tracking branch 'upstream/master' into fix-filter-table
|
2019-07-10 18:14:15 +03:00 |
|
Ivan Lezhankin
|
befb3ce15b
|
Merge branch 'master' into fix-filter-table
|
2019-07-10 13:27:26 +03:00 |
|
Alexey Milovidov
|
729ecfa9ab
|
Fixed build without SSL (disable MySQL protocol support)
|
2019-07-09 19:41:11 +03:00 |
|
Ivan Lezhankin
|
9f01fa7aaa
|
Implement getDatabaseName() and rename() for all storages
|
2019-07-09 18:40:21 +03:00 |
|
Alexey Milovidov
|
ed5abe83c0
|
Fixed build without SSL (disable MySQL protocol support)
|
2019-07-09 17:59:52 +03:00 |
|
Nikolai Kochetov
|
0df2a67c19
|
Increase queue size in LazyOutputFormat in order to prevent potential lock.
|
2019-07-09 15:46:50 +03:00 |
|
Alexey Milovidov
|
02eada5b35
|
Fixed error in prev. revision
|
2019-07-08 22:41:11 +03:00 |
|
Alexey Milovidov
|
c1bb550c07
|
Addition to prev. revision
|
2019-07-08 19:58:32 +03:00 |
|
Nikolai Kochetov
|
209793c981
|
Merged with master.
|
2019-07-08 16:00:54 +03:00 |
|
Nikolai Kochetov
|
472f32f718
|
Remove ThreadGroupThreadPoolCallbacks
|
2019-07-08 15:49:52 +03:00 |
|
Nikolai Kochetov
|
e5103d741c
|
Fix lock in case of query was cancelled.
|
2019-07-08 15:48:16 +03:00 |
|
Alexey Milovidov
|
f40b70884f
|
Two more fixes for PVS-Studio
|
2019-07-08 05:14:32 +03:00 |
|
Alexey Milovidov
|
c35a832095
|
Two more fixes for PVS-Studio
|
2019-07-08 03:56:52 +03:00 |
|
Alexey Milovidov
|
553e6a273e
|
Two more fixes for PVS-Studio
|
2019-07-08 03:51:43 +03:00 |
|
alexey-milovidov
|
a1cfdf2a60
|
Merge pull request #5855 from abyss7/no-undefined
Use --no-undefined linker option for split build
|
2019-07-07 01:47:11 +03:00 |
|
Alexey Milovidov
|
338c0d27ca
|
Added "os_thread_priority" setting
|
2019-07-06 21:02:28 +03:00 |
|
alexey-milovidov
|
2469ec1af3
|
Merge pull request #5857 from CurtizJ/dns-cache
Implement dns cache with asynchronous update.
|
2019-07-05 15:56:26 +03:00 |
|
alexey-milovidov
|
a5bb0099dd
|
Merge pull request #5875 from yandex/more-robust-metrics-transmitter
Less locking in MetricsTransmitter
|
2019-07-05 14:05:08 +03:00 |
|
Alexey Milovidov
|
433467c3df
|
Added log message for idle connections
|
2019-07-05 02:03:20 +03:00 |
|
Alexey Milovidov
|
5229fa4538
|
Addition to prev. revision
|
2019-07-05 01:57:26 +03:00 |
|
Alexey Milovidov
|
6efca57979
|
Close idle connections #5879
|
2019-07-05 01:23:45 +03:00 |
|
Alexey Milovidov
|
4875ee12d9
|
Less locking in MetricsTransmitter
|
2019-07-04 22:08:37 +03:00 |
|
akuzm
|
74d17789d0
|
Destroy the text log queue after the I/O blocks. (#5854)
These blocks contain threads that use the queue, so they must be
destroyed first. This was reported by ThreadSanitizer.
|
2019-07-04 19:21:24 +03:00 |
|
Ivan Lezhankin
|
3b995bdb02
|
Add missing dependecies on sight to enable --no-undefined option
|
2019-07-04 17:05:55 +03:00 |
|
CurtizJ
|
80e96995ae
|
Merge branch 'master' of https://github.com/yandex/ClickHouse into dns-cache
|
2019-07-03 21:27:43 +03:00 |
|
CurtizJ
|
35ad1a3b6b
|
implement dns cache with asynchronous update
|
2019-07-03 19:26:22 +03:00 |
|
Yuriy
|
450b20ca89
|
max_memory_usage support in MySQL wire protocol
|
2019-07-01 08:58:31 +03:00 |
|
Alexey Milovidov
|
a643f2f75e
|
Merge branch 'master' into sanych73-prepared_statements
|
2019-06-29 15:51:56 +03:00 |
|
Nikolai Kochetov
|
f9b29bfdd2
|
Merged with master.
|
2019-06-25 20:00:54 +03:00 |
|
Nikolai Kochetov
|
3bee30a215
|
Update PipelineExecutor.
|
2019-06-25 19:41:11 +03:00 |
|
Nikolai Kochetov
|
a43f789338
|
Fix performance introspection.
|
2019-06-25 19:41:06 +03:00 |
|
proller
|
1ac09fa721
|
Split Common/config.h by libs (dbms) (#5715)
|
2019-06-24 14:17:15 +03:00 |
|
Alexey Milovidov
|
88c35d541d
|
Merge branch 'master' into sanych73-prepared_statements
|
2019-06-16 23:53:31 +03:00 |
|
Alexey Milovidov
|
224e6c7d72
|
Merge branch 'master' into sanych73-prepared_statements
|
2019-06-16 21:18:23 +03:00 |
|
Alexey Milovidov
|
413b780b65
|
Various fixes for PVS-Studio
|
2019-06-16 21:13:39 +03:00 |
|
Yuriy
|
2e29ea7b2e
|
support of sessions and default_database in MySQL wire protocol
|
2019-06-16 18:12:37 +03:00 |
|
Alexey Milovidov
|
eb4f0920b1
|
Merge branch 'master' into sanych73-prepared_statements
|
2019-06-16 12:27:19 +03:00 |
|
Alexey Milovidov
|
ba18308080
|
Merge branch 'master' into levysh-testkeeper
|
2019-06-16 02:45:34 +03:00 |
|
Alexey Milovidov
|
7514674447
|
Merge remote-tracking branch 'origin/master' into sanych73-prepared_statements
|
2019-06-16 02:40:17 +03:00 |
|