Alexey Milovidov
|
f3921ce3e0
|
Changed boost::filesystem to std::filesystem
|
2019-08-01 01:37:41 +03:00 |
|
alexey-milovidov
|
c4072b12a7
|
Merge pull request #6230 from yandex/override-idle-time-poll-interval
Allow user to override poll_interval and idle_connection_timeout
|
2019-07-31 05:57:46 +03:00 |
|
Alexey Milovidov
|
b6275010f2
|
Fixed error with server shutdown
|
2019-07-31 02:12:04 +03:00 |
|
Alexey Milovidov
|
aa6f7f2730
|
Slightly better
|
2019-07-31 01:27:14 +03:00 |
|
Alexey Milovidov
|
0055bd1a1b
|
Allow user to override poll_interval and idle_connection_timeout
|
2019-07-31 01:22:45 +03:00 |
|
Alexey Milovidov
|
2452b2eba7
|
Fixed the issue with "listen_try" option
|
2019-07-31 01:08:57 +03:00 |
|
Alexey Milovidov
|
3ef3dcb4c8
|
Fixed the issue with "listen_try" option
|
2019-07-31 01:06:13 +03:00 |
|
Alexey Milovidov
|
e0c8bec28a
|
Fixed the issue with "listen_try" option
|
2019-07-31 00:23:42 +03:00 |
|
Alexey Milovidov
|
b85cdd565c
|
Fixed idiotic inconsistent code
|
2019-07-31 00:11:42 +03:00 |
|
alesapin
|
ea6053eadc
|
Do not report strange exception messages into JSON report from performance-test
|
2019-07-29 12:05:37 +03:00 |
|
Yuriy
|
997c94d093
|
includes order
|
2019-07-28 03:55:46 +03:00 |
|
Yuriy
|
96552a4d4e
|
prevent rewriting packet in case of attempt to write more than initially calculated payload length
|
2019-07-28 03:41:41 +03:00 |
|
Yuriy
|
383fa25c51
|
resolved conflict
|
2019-07-28 02:00:15 +03:00 |
|
Alexey Milovidov
|
3eb29c1950
|
Clarified comment
|
2019-07-26 03:54:48 +03:00 |
|
Alexey Milovidov
|
5a47b0b990
|
Sanity and configuration checks
|
2019-07-26 01:35:47 +03:00 |
|
Alexey Milovidov
|
1d499bcdc0
|
Allow to update PHDRCache
|
2019-07-25 22:54:16 +03:00 |
|
Alexey Milovidov
|
d95c6e1bc4
|
Attempt to solve signal safety of libunwind with solution from Fedor Korotkiy
|
2019-07-24 18:26:23 +03:00 |
|
alexey-milovidov
|
e4ad0da6e3
|
Merge pull request #4247 from laplab/query-poor-mans-profiler
Poor man's profiler on query level [Work in progress]
|
2019-07-23 03:02:58 +03:00 |
|
alexey-milovidov
|
ea9b36e531
|
Merge pull request #6091 from yurriy/php-client-test
MySQL Native Driver test
|
2019-07-21 23:29:24 +03:00 |
|
Yuriy
|
28a0481f1a
|
php mysql client test
|
2019-07-21 15:19:14 +03:00 |
|
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 |
|
chertus
|
e15f6e9752
|
Merge branch 'master' into ast
|
2019-07-19 18:01:09 +03:00 |
|
Yuriy
|
1913ae9cee
|
fixed asan check
|
2019-07-18 08:00:35 +03:00 |
|
chertus
|
fbc0c87c18
|
enable input_format_defaults_for_omitted_fields & disable (not working) defaults for table functions
|
2019-07-17 21:30:17 +03:00 |
|
alexey-milovidov
|
ea28254711
|
Merge pull request #5964 from nikitamikhaylov/logs_bugfix
"send_logs_level" bugfix
|
2019-07-17 17:42:54 +03:00 |
|
Nikita Mikhaylov
|
04de34a74f
|
changes after review
|
2019-07-16 19:27:42 +03:00 |
|
alesapin
|
f5b7523429
|
Merge pull request #5899 from yandex/aku/perftest-mem
Report memory usage in performance tests.
|
2019-07-16 18:09:44 +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 |
|
Nikita Mikhailov
|
cc5f87e352
|
Merge branch 'master' of github.com:yandex/ClickHouse into logs_bugfix
|
2019-07-15 19:31:54 +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 |
|
Nikita Lapkov
|
9d540abc84
|
refactor
|
2019-07-10 20:47:39 +00:00 |
|
Ivan Lezhankin
|
998aa795fc
|
Merge remote-tracking branch 'upstream/master' into fix-filter-table
|
2019-07-10 18:14:15 +03:00 |
|
NIKITA MIKHAILOV
|
e05f5388bc
|
clean after cherry-pick
|
2019-07-10 16:27:16 +03:00 |
|
NIKITA MIKHAILOV
|
865606b83c
|
bugfix client logs + some tests
|
2019-07-10 16:15:22 +03:00 |
|
NIKITA MIKHAILOV
|
21ad247df3
|
only for saving this changes
|
2019-07-10 16:05:22 +03:00 |
|
Nikita Mikhaylov
|
55e9e21cc5
|
better includes
|
2019-07-10 16:05:12 +03:00 |
|
Nikita Mikhaylov
|
6ff9dfce34
|
first try
|
2019-07-10 16:04:01 +03:00 |
|
Alexey Milovidov
|
7643b1c7f9
|
Attempt to fix "splitted" build
|
2019-07-10 14:46:37 +03:00 |
|
Ivan Lezhankin
|
befb3ce15b
|
Merge branch 'master' into fix-filter-table
|
2019-07-10 13:27:26 +03:00 |
|
Alexey Milovidov
|
499d798b34
|
Remove "clickhouse_compression" library because it is not a library (cyclic dependency via IDataType)
|
2019-07-10 00:37:43 +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 |
|