Commit Graph

32518 Commits

Author SHA1 Message Date
alexey-milovidov
3399f9a73c
Merge pull request #8112 from hczhcz/patch-1210
Add function bankerRound
2019-12-15 23:57:13 +03:00
alexey-milovidov
d2ae3075fb
Update rounding_functions.md 2019-12-15 23:56:56 +03:00
alexey-milovidov
785b014dc0
Merge pull request #8222 from ClickHouse/msan-icu
Enable ICU for build with Memory Sanitizer
2019-12-15 22:53:09 +03:00
Alexey Milovidov
c8e19f8bc8 Enable ICU for build with Memory Sanitizer 2019-12-15 20:53:16 +03:00
alexey-milovidov
5269216ced
Merge pull request #8218 from ClickHouse/libressl-to-openssl
Switched from libressl to openssl
2019-12-15 20:47:41 +03:00
Alexey Milovidov
b02da899b5 Avoid dependency on too new libc 2019-12-15 19:22:25 +03:00
Alexey Milovidov
cb55558597 Merge branch 'libressl-to-openssl' of github.com:yandex/ClickHouse into libressl-to-openssl 2019-12-15 19:14:20 +03:00
Alexey Milovidov
ec60d144d0 Avoid dependency on too new libc 2019-12-15 19:13:09 +03:00
hcz
3ff7c1e4dc Improve roundBankers implementation 2019-12-15 16:30:54 +08:00
Alexey Milovidov
30a9213c20 Merge branch 'libressl-to-openssl' of github.com:yandex/ClickHouse into libressl-to-openssl 2019-12-15 09:36:57 +03:00
Alexey Milovidov
f97a542132 Fixed bug in README files for cross build 2019-12-15 09:36:43 +03:00
Alexey Milovidov
677ca84824 Silent warnings about unused command line args when building ASM source 2019-12-15 09:18:08 +03:00
Alexey Milovidov
a9b37c0508 Fixed error 2019-12-15 09:09:16 +03:00
Alexey Milovidov
4339278fbd Fixed error 2019-12-15 09:04:25 +03:00
Alexey Milovidov
b11f95aed5 Fixed error 2019-12-15 09:02:36 +03:00
alexey-milovidov
31310e4229
Update build_cross_arm.md 2019-12-15 08:53:34 +03:00
alexey-milovidov
3b39331261
Update build_cross_osx.md 2019-12-15 08:53:21 +03:00
alexey-milovidov
7909e502ff
Update build_cross_arm.md 2019-12-15 08:52:28 +03:00
alexey-milovidov
7a9a970e4c
Update build_cross_osx.md 2019-12-15 08:51:39 +03:00
alexey-milovidov
baf7820874
Update build_cross_arm.md 2019-12-15 08:50:31 +03:00
Alexey Milovidov
55eb1b7fb3 Fixed error 2019-12-15 08:47:36 +03:00
alexey-milovidov
eba9d1e47b
Merge pull request #8220 from ClickHouse/fix-warnings-capnproto
Silent warnings in CapNProto
2019-12-15 08:39:18 +03:00
alexey-milovidov
ab23e42241
Update build_cross_arm.md 2019-12-15 08:34:58 +03:00
alexey-milovidov
c409338d0e
Update build_cross_arm.md 2019-12-15 08:34:30 +03:00
alexey-milovidov
0db88cb813
Update build_cross_arm.md 2019-12-15 08:27:06 +03:00
alexey-milovidov
b3d3669038
Update build_cross_arm.md 2019-12-15 08:25:40 +03:00
Alexey Milovidov
47d9209ebb Merge branch 'master' into libressl-to-openssl 2019-12-15 08:19:56 +03:00
Alexey Milovidov
3c349561dc Added comments 2019-12-15 08:19:14 +03:00
Alexey Milovidov
718ded7a3f Added AARCH64 build for OpenSSL 2019-12-15 08:18:54 +03:00
alexey-milovidov
753c72ac43
Merge pull request #8219 from ClickHouse/icu
Build ICU library from sources.
2019-12-15 08:16:13 +03:00
Alexey Milovidov
7bba07d5f4 Added AARCH64 build for OpenSSL 2019-12-15 08:14:50 +03:00
Alexey Milovidov
d13b4fea67 Silent warnings in CapNProto 2019-12-15 07:21:37 +03:00
Alexey Milovidov
b59bfb51a1 Fixed error 2019-12-15 06:11:42 +03:00
Alexey Milovidov
09a0223f81 Preparation to build ICU from sources 2019-12-15 06:00:53 +03:00
Alexey Milovidov
85f4dba2e6 Preparations for AArch64 build 2019-12-15 05:34:29 +03:00
Alexey Milovidov
beb49df315 Avoid dependency on too new libc 2019-12-15 04:50:52 +03:00
Alexey Milovidov
05e299eed5 Fixed build 2019-12-15 04:32:32 +03:00
Alexey Milovidov
c303d0b6fc Fixed build with DEVRANDOM 2019-12-15 04:28:29 +03:00
Alexey Milovidov
1e887162a3 Merge branch 'master' into libressl-to-openssl 2019-12-15 02:01:56 +03:00
Alexey Milovidov
6a34958fd2 Minor modifications 2019-12-15 02:00:18 +03:00
Alexey Milovidov
c7cd1e8c20 Fixed CMakeLists 2019-12-15 01:43:08 +03:00
alexey-milovidov
1f865eb452
Merge pull request #8216 from maqroll/master
Fix max_http_get_redirects documentation.
2019-12-15 00:16:53 +03:00
alexey-milovidov
3a265cd9f3
Merge pull request #8213 from ClickHouse/fix-exists-query
Fixed segfault in EXISTS query
2019-12-14 23:02:08 +03:00
maqroll
24a63f3119 Fix max_http_get_redirects documentation. 0 means no redirects allowed. 2019-12-14 17:54:29 +01:00
Alexey Milovidov
22301e534b Don't use https in test to postpone fix of UBSan report in libressl 2019-12-14 19:48:19 +03:00
Alexey Milovidov
494e1a31df Fixed error 2019-12-14 19:47:13 +03:00
alexey-milovidov
cd556a35e6
Merge pull request #8210 from 4ertus2/bugs
Fix `There's no column` error for materialized and alias columns
2019-12-14 19:45:07 +03:00
alexey-milovidov
39a8f1e9c7
Merge pull request #8202 from zhang2014/feature/support_drop_mysql_database
ISSUES-6063 support drop mysql database engine
2019-12-14 19:44:17 +03:00
alexey-milovidov
e009584086
Merge pull request #8164 from nicelulu/master
Fix trivial count query with ConvertingBlockInputStream.
2019-12-14 19:39:49 +03:00
root
22bc508dc4 use currentDatabase(). 2019-12-14 13:28:16 +08:00