Alexey Milovidov
fa08c59d14
Fix bad test
2020-12-08 02:09:47 +03:00
alexey-milovidov
a7324f8b4c
Update InterpreterSystemQuery.cpp
2020-12-08 00:12:09 +03:00
Nikita Mikhaylov
1a01dbaa00
Merge pull request #17643 from nikitamikhaylov/rocksdb-patch
...
Switch RocksDB to patched version
2020-12-08 00:01:46 +03:00
Vitaly Baranov
ad01e877be
Mark grpc protocol's tests as non-flaky.
2020-12-07 23:40:02 +03:00
Vitaly Baranov
559afe028f
Retrieve logs from grpc library and pass them to our logging system.
2020-12-07 23:39:55 +03:00
Alexey Milovidov
0f437c86d3
Fix clang-tidy warning
2020-12-07 23:38:33 +03:00
Alexey Milovidov
a5f43ada94
Add missing config link
2020-12-07 23:36:47 +03:00
Vitaly Baranov
b8faa1663f
Fix configs in tests.
2020-12-07 22:02:18 +03:00
Vitaly Baranov
76afe58bbf
Fix commenting in the server config.
2020-12-07 21:50:55 +03:00
nikitamikhaylov
ecb424a773
better
2020-12-07 21:26:02 +03:00
Amos Bird
08675028e5
fix build
2020-12-08 01:40:49 +08:00
Dmitriy
b767c7bfdd
Merge remote-tracking branch 'remotes/clickhouse/master' into sevirov-DOCSUP-4525-document_output_format_json_array_of_rows
2020-12-07 20:08:40 +03:00
Alexey Milovidov
af55793e69
Better test
2020-12-07 19:57:08 +03:00
alexey-milovidov
e5343801bf
Update adopters.md
2020-12-07 19:50:07 +03:00
Alexey Milovidov
b762398616
Better test
2020-12-07 19:43:32 +03:00
Maksim Kita
ae56223611
Added queries-file parameter. Updated tests.
2020-12-07 19:29:17 +03:00
Maksim Kita
963ee5211b
Added queries-file parameter. Fixed code review issues
2020-12-07 19:29:17 +03:00
Maksim Kita
f5d1a9e59a
Clickhouse client and local added queries-file parameter
2020-12-07 19:29:17 +03:00
Maksim Kita
a9a6517291
Fixed style
2020-12-07 19:26:38 +03:00
alexey-milovidov
584fb97ed2
Merge pull request #17832 from kitaisreal/clickhouse-benchmark-added-query-parameter
...
Clickhouse-benchmark added query parameter
2020-12-07 19:26:16 +03:00
alexey-milovidov
54cb871b0c
Fix misleading docs.
2020-12-07 19:23:46 +03:00
Alexey Milovidov
44d1259148
Fix clang-tidy warning
2020-12-07 19:21:29 +03:00
alesapin
b5d2559626
Merge pull request #17709 from kssenii/better-startup
...
rabbitmq: fix startup with no connection
2020-12-07 19:08:18 +03:00
alesapin
5f35279c09
Merge pull request #17856 from ClickHouse/fix_test_log_s3
...
Kill network container with retries in integration tests
2020-12-07 19:07:02 +03:00
nikitamikhaylov
a8616ea262
better
2020-12-07 18:47:57 +03:00
dkxiaohei
7cf05df3df
Merge branch 'master' into patch-1
2020-12-07 23:44:02 +08:00
annvsh
50297f7012
Fixed
2020-12-07 22:35:31 +07:00
annvsh
88435efc1c
Fixed
2020-12-07 22:33:48 +07:00
Alexey Milovidov
1ed329017b
Merge branch 'master' into quota-by-x-forwarded-for
2020-12-07 18:22:19 +03:00
annvsh
c67786e2e6
Merge branch 'master' into anna-shakhova-DOCSUP-3201-add_raw_blob_format
2020-12-07 21:48:43 +07:00
Maksim Kita
b0afa8488d
Updated parse float precise implementation
2020-12-07 17:23:02 +03:00
Nikolai Kochetov
65f9fda328
Update Poco
2020-12-07 17:23:01 +03:00
annvsh
303d27f82b
Fixed
2020-12-07 21:21:37 +07:00
alexey-milovidov
a34f66215c
Merge pull request #17863 from qianmoQ/fix-docs
...
Fix docs
2020-12-07 17:15:17 +03:00
nikitamikhaylov
b10db16d3b
done
2020-12-07 16:23:10 +03:00
feng lv
50b64ba1f8
fix
2020-12-07 13:18:31 +00:00
feng lv
87bdf028fd
fix conflict
2020-12-07 13:14:22 +00:00
dkxiaohei
92970870b8
Update mysql.md
...
Try to refine the translation of the Chinese version
2020-12-07 21:08:18 +08:00
filimonov
af9d9a7b9c
dict notes
...
sync docs with https://github.com/ClickHouse/ClickHouse/pull/8127
2020-12-07 14:01:12 +01:00
PHO
3c90065158
Add functions toMJD and fromMJD
...
These functions convert between Proleptic Gregorian calendar date and Modified Julian Day number.
2020-12-07 16:00:32 +03:00
PHO
8ce936af2c
Add a missing #include <memory>
...
GCC fails to compile this due to std::unique_ptr not being declared.
2020-12-07 16:00:32 +03:00
PHO
d014ac4ce2
Provide a default constructor for wide::integer
...
The implicit one provided by compiler does not initialize its member
variable "items" because it's a POD array. GCC emits a warning about this.
2020-12-07 16:00:32 +03:00
PHO
f4204b10ea
Fix build with GCC 9.x
...
Use -std=gnu++2a regardless of whether UNBUNDLED or not, because __int128
is a non-standard builtin and GCC, unlike Clang, only considers it to be
an integral type when GNU extensions are enabled.
2020-12-07 16:00:32 +03:00
nikitamikhaylov
19a2c59610
last update
2020-12-07 15:48:58 +03:00
feng lv
d7b30f74d1
add min-max_compress_block_size to mergetree settings
2020-12-07 12:47:51 +00:00
qianmoQ
3ddd6ad471
Merge branch 'fix-docs' of github.com:qianmoQ/ClickHouse into fix-docs
2020-12-07 20:40:26 +08:00
qianmoQ
b04dde4620
translate documentation for interfaces/cpp
2020-12-07 20:38:20 +08:00
qianmoQ
40bfa5169e
translate documentation for interfaces/odbc
2020-12-07 20:36:17 +08:00
qianmoQ
688c5baa40
translate documentation for interfaces/jdbc
2020-12-07 20:34:55 +08:00
qianmoQ
0b1740a50b
translate documentation for interfaces/mysql
2020-12-07 20:31:51 +08:00