Commit Graph

16499 Commits

Author SHA1 Message Date
Alexey Milovidov
116c91c9ca Data obfuscator: development [#CLICKHOUSE-2] 2018-06-16 03:50:52 +03:00
Alexey Milovidov
4e02a4c81f Data obfuscator: development [#CLICKHOUSE-2] 2018-06-16 03:27:59 +03:00
Alexey Milovidov
80ed67c8ee Data obfuscator: development [#CLICKHOUSE-2] 2018-06-16 02:54:33 +03:00
Constantin S. Pan
ca88ba7cfa Add a test for AggregateFunction in SummingMergeTree 2018-06-15 16:11:43 +01:00
Alexey Milovidov
16c16dcc2d Data obfuscator: development [#CLICKHOUSE-2] 2018-06-15 13:42:13 +03:00
Alexey Milovidov
9043e36fa1 Data obfuscator: development [#CLICKHOUSE-2] 2018-06-15 13:03:02 +03:00
Alexey Milovidov
ddd10d956b Data obfuscator: development [#CLICKHOUSE-2] 2018-06-15 12:44:14 +03:00
Alexey Milovidov
108cca6ac1 Data obfuscator: development [#CLICKHOUSE-2] 2018-06-15 12:40:40 +03:00
Alexey Milovidov
47bded3520 Data obfuscator: development [#CLICKHOUSE-2] 2018-06-15 12:21:53 +03:00
Alexey Milovidov
3de1efa2c2 Data obfuscator: development [#CLICKHOUSE-2] 2018-06-15 12:07:42 +03:00
Alexey Milovidov
bd5247864b Data obfuscator: development [#CLICKHOUSE-2] 2018-06-15 11:53:06 +03:00
alesapin
ffad002bf5 Add missed stl header 2018-06-15 10:42:57 +03:00
Alexey Milovidov
43a98634a9 Data obfuscator: development [#CLICKHOUSE-2] 2018-06-15 10:09:54 +03:00
alesapin
5bc0f26496 Add missed file 2018-06-15 10:05:14 +03:00
Alexey Milovidov
5fa604db7b Data obfuscator: development [#CLICKHOUSE-2] 2018-06-15 09:27:16 +03:00
Alexey Milovidov
e1b85c84f7 Data obfuscator: development [#CLICKHOUSE-2] 2018-06-15 09:14:39 +03:00
Alexey Milovidov
1c4eb2c586 Data obfuscator: development [#CLICKHOUSE-2] 2018-06-15 08:33:39 +03:00
Alexey Milovidov
c375814e44 Added support for intHashCRC32 on AArch64 [#CLICKHOUSE-2] 2018-06-15 08:21:12 +03:00
Jason
6fd915b532
Update system.parts
add description 'Low versions must be YYYYMM format, and now it can be any' in partition column description.
2018-06-15 09:15:36 +08:00
Jason
14c16f67ec
Update system.zookeeper
add description 'This table presents when ZooKeeper is configured' at first.
2018-06-15 09:13:39 +08:00
Alexey Milovidov
b68c68a414 Fixed build [#CLICKHOUSE-2] 2018-06-15 02:29:29 +03:00
Alexey Milovidov
233906f61b Enabled ARM Neon [#CLICKHOUSE-2] 2018-06-15 00:58:48 +03:00
alesapin
6e07b17632 Added WriteBufferFromHTTP and used it in StorageURL. Also small refactoring. 2018-06-15 00:22:56 +03:00
alesapin
148cbe8058 Added WriteBufferFromHTTP and used it in StorageURL. Also small refactoring. 2018-06-15 00:20:39 +03:00
Alexey Milovidov
0c467158f9 Attempt to use ARM Neon [#CLICKHOUSE-2] 2018-06-15 00:14:08 +03:00
Alexey Milovidov
d4aa1dffa2 Attempt to use ARM Neon [#CLICKHOUSE-2] 2018-06-15 00:13:13 +03:00
Alexey Milovidov
c9789f985a Fallback for non x86 [#CLICKHOUSE-2] 2018-06-14 23:16:57 +03:00
Alexey Milovidov
af5875960f Fallback for non x86 [#CLICKHOUSE-2] 2018-06-14 23:09:05 +03:00
Alexey Milovidov
cc4f896a9d Fallback for non x86 [#CLICKHOUSE-2] 2018-06-14 23:05:52 +03:00
Alexey Milovidov
177251790b Fallback for non x86 [#CLICKHOUSE-2] 2018-06-14 23:05:20 +03:00
Alexey Milovidov
e27af42041 Fallback for non x86 [#CLICKHOUSE-2] 2018-06-14 23:04:48 +03:00
Alexey Milovidov
86053c754f Fixed warning on platforms where char is unsigned [#CLICKHOUSE-2] 2018-06-14 22:57:11 +03:00
Alexey Milovidov
97f5b3dfaa Merge branch 'master' of github.com:yandex/ClickHouse 2018-06-14 22:54:36 +03:00
Alexey Milovidov
a2fdda4231 Fixed warning on platforms where char is unsigned [#CLICKHOUSE-2] 2018-06-14 22:54:11 +03:00
Nikolai Kochetov
fd406f30ad Trim exit string before checking. #2510 2018-06-14 22:21:35 +03:00
Nikolai Kochetov
27c6df7e20 Trim exit string before checking. #2510 2018-06-14 22:15:35 +03:00
alexey-milovidov
c8bdc1e8ba
Merge pull request #2512 from ezhaka/patch-1
Do not use exact chown path
2018-06-14 21:46:23 +03:00
alesapin
4125b0c7f3 Merge remote-tracking branch 'upstream/master' 2018-06-14 21:06:24 +03:00
ezhaka
3178f57f54
Do not use exact chown path
We've faced with the problem that chown is located in ``/bin/chown`` instead of ``/usr/bin/chown``. We've created symlink in order to bypass the problem, but it seems it would be nice to fix the script.
2018-06-14 19:29:09 +03:00
KochetovNicolai
29c7c36957
Update summingmergetree.md
Added linefeed.
2018-06-14 14:09:28 +03:00
KochetovNicolai
94afe26d4c
Update summingmergetree.md
Added linefeed.
2018-06-14 14:07:57 +03:00
Alexey Milovidov
1e60b733f4 Fixed warning #2504 2018-06-13 23:02:27 +03:00
alexey-milovidov
08ec751a8c
Merge pull request #2504 from yandex/system-mutations-table
[WIP] system.mutations table skeleton
2018-06-13 23:00:30 +03:00
alexey-milovidov
c1910fef37
Update ASTAlterQuery.h 2018-06-13 23:00:10 +03:00
Alexey Milovidov
90e933c9bf Merge branch 'master' of github.com:yandex/ClickHouse 2018-06-13 22:42:25 +03:00
Alexey Milovidov
95e4bcdb56 Fixed non-deterministic test #2352 2018-06-13 22:42:04 +03:00
alexey-milovidov
f123fce023
Merge pull request #2505 from yandex/use-zookeeper-session-timeout-from-server
Use zookeeper session timeout from zookeeper server.
2018-06-13 22:36:37 +03:00
Nikolai Kochetov
cedf7a309e Use zookeeper session timeout from zookeeper server. 2018-06-13 22:24:54 +03:00
alexey-milovidov
ca883a699d
Update StorageURL.cpp 2018-06-13 21:54:32 +03:00
alexey-milovidov
931ccf988f
Update TableFunctionURL.h 2018-06-13 21:52:17 +03:00