Commit Graph

52664 Commits

Author SHA1 Message Date
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
Vasily Nemkov
edc21aacbc Empty commit to nudge CI 2020-12-07 14:26:55 +03:00
Maksim Kita
c3864d2fbf Updated contrib CMakeLists 2020-12-07 14:08:19 +03:00
qianmoQ
8e48707a66 translate documentation for interfaces http 2020-12-07 18:50:40 +08:00
Evgeniia Sudarikova
e2ddb3f723 edited after review 2020-12-07 13:01:04 +03:00
qianmoQ
9ded62671d translate documentation for interfaces tcp 2020-12-07 17:50:49 +08:00
qianmoQ
7314fd1c7b translate documentation for interfaces cli 2020-12-07 17:45:51 +08:00
alesapin
57f40e4260
Merge pull request #17458 from ClickHouse/merge-expressions
Merge expressions
2020-12-07 12:34:19 +03:00
alesapin
710550f8e5 Kill container with retries 2020-12-07 12:25:27 +03:00
Maksim Kita
ee33323d1e Added tests 2020-12-07 11:35:44 +03:00
alesapin
0c43246216 Merge branch 'master' into complete_zk_api 2020-12-07 10:24:55 +03:00