Azat Khuzhin
f748021d9a
Use libc-headers only for BUNDLED build (fixes gcc10 unbundled build)
...
libstdc++ from gcc10 uses pthread_mutex_clocklock() which is not yet
exists in contrib/libc-headres.
P.S. I can prepare an update for libc-contrib
2020-05-16 00:00:38 +03:00
BayoNet
c701493e30
DOCS-626: EN review, RU translations for RBAC docs ( #10951 )
...
* DOCSUP-1062 (#112 )
* added first draft
* minor fixes
* fixed anchors
* yet another fixes
* and the minorest fixes
* Apply suggestions from doc review
Co-authored-by: BayoNet <da-daos@yandex.ru>
* fixed terminology in ru (access entity, throws exception)
* fixed typo
* fixed typo
Co-authored-by: Elizaveta Mironyuk <emironyuk@yandex-team.ru>
Co-authored-by: BayoNet <da-daos@yandex.ru>
* Fixed link.
* CLICKHOUSEDOCS-626: Fixed links.
Co-authored-by: Sergei Shtykov <bayonet@yandex-team.ru>
Co-authored-by: emironyuk <62014692+emironyuk@users.noreply.github.com>
Co-authored-by: Elizaveta Mironyuk <emironyuk@yandex-team.ru>
2020-05-15 23:30:51 +03:00
tavplubix
cc4ddfd89e
Merge pull request #10901 from ClickHouse/merging_10554
...
Merging #10554
2020-05-15 23:23:02 +03:00
alexey-milovidov
5898f611da
Merge pull request #10861 from traceon/contrib-openldap
...
Add OpenLDAP third-party library integration (system or contrib/build)
2020-05-15 23:13:23 +03:00
Nikolai Kochetov
fb38c2a30b
Remove experimental_use_processors setting, part 1. ( #10924 )
...
Remove experimental_use_processors setting, part 1.
2020-05-15 22:28:10 +03:00
Ivan Blinkov
3105be4fea
[docs] add info on accessing the playground via CLI ( #10944 )
...
* [docs] add info on accessing the playground via CLI
...and multiple available versions
* Update docs/en/getting-started/playground.md
Co-authored-by: Ilya Yatsishin <2159081+qoega@users.noreply.github.com>
Co-authored-by: Ilya Yatsishin <2159081+qoega@users.noreply.github.com>
2020-05-15 20:44:39 +03:00
alesapin
97c2e549be
Merge pull request #10865 from azat/dist-dir-mon-fix
...
Fix ENOENT exception on current_batch.txt in DirectoryMonitor
2020-05-15 18:05:48 +03:00
Alexander Tokmakov
833ab950df
do not use overloaded comma operator
2020-05-15 16:25:27 +03:00
Anton Popov
11b4bc7189
Merge pull request #10889 from CurtizJ/tuple-literal
...
Fix backward compatibility with tuples and distributed.
2020-05-15 15:39:03 +03:00
Alexander Tokmakov
15a827433a
fix build
2020-05-15 14:26:51 +03:00
Ivan Blinkov
aa17da6b68
[docs] adjust SELECT ToC meta ( #10942 )
...
* [docs] adjust SELECT ToC meta
* Update array-join.md
* Update distinct.md
* Update format.md
* Update from.md
* Update group-by.md
* Update having.md
* Update into-outfile.md
* Update join.md
* Update limit-by.md
* Update limit.md
* Update order-by.md
* Update prewhere.md
* Update sample.md
* Update union-all.md
* Update where.md
* Update with.md
2020-05-15 14:25:18 +03:00
Denis Glazachev
bad61a659c
Allow Linux aarch64
2020-05-15 15:15:13 +04:00
Vitaly Baranov
61055c4535
Merge pull request #10387 from vitlibar/RBAC-10
...
RBAC-10: System tables.
2020-05-15 14:14:07 +03:00
Vitaly Baranov
d92ac9ea47
Merge branch 'master' into RBAC-10
2020-05-15 14:12:43 +03:00
alesapin
ef1c7da4af
Merge pull request #10757 from ClickHouse/fix-parallel-mv
...
Fix parallel MV
2020-05-15 14:03:09 +03:00
alesapin
9ae37a054c
Fix build without openCL
2020-05-15 11:31:32 +03:00
Ivan Blinkov
b0754e0b2a
Merge pull request #10938 from ClickHouse/dependabot/pip/docs/tools/mkdocs-1.1.2
...
Bump mkdocs from 1.1.1 to 1.1.2 in /docs/tools
2020-05-15 11:17:22 +03:00
alesapin
325cff3567
Merge pull request #10929 from ClickHouse/return_tzdata
...
Return tzdata
2020-05-15 11:10:33 +03:00
dependabot-preview[bot]
5710e80687
Bump mkdocs from 1.1.1 to 1.1.2 in /docs/tools
...
Bumps [mkdocs](https://github.com/mkdocs/mkdocs ) from 1.1.1 to 1.1.2.
- [Release notes](https://github.com/mkdocs/mkdocs/releases )
- [Commits](https://github.com/mkdocs/mkdocs/compare/1.1.1...1.1.2 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-05-15 07:50:01 +00:00
alexey-milovidov
689b5094f8
Merge pull request #10926 from ClickHouse/test-empty-external-data
...
Added a test for empty external data
2020-05-15 10:35:20 +03:00
alexey-milovidov
985b83a228
Merge pull request #10903 from ClickHouse/lexer-unicode-whitespaces
...
Support for unicode whitespaces in queries.
2020-05-15 10:31:59 +03:00
alexey-milovidov
f4d1f7cb2b
Merge pull request #10918 from ClickHouse/fix_01019_alter_materialized_view_consistent
...
Fix test 01019_alter_materialized_view_consistent
2020-05-15 10:20:00 +03:00
alexey-milovidov
adca048612
Update extended-roadmap.md
2020-05-15 10:07:06 +03:00
Ivan Blinkov
cd14f9ebcb
SQL reference refactoring ( #10857 )
...
* split up select.md
* array-join.md basic refactoring
* distinct.md basic refactoring
* format.md basic refactoring
* from.md basic refactoring
* group-by.md basic refactoring
* having.md basic refactoring
* additional index.md refactoring
* into-outfile.md basic refactoring
* join.md basic refactoring
* limit.md basic refactoring
* limit-by.md basic refactoring
* order-by.md basic refactoring
* prewhere.md basic refactoring
* adjust operators/index.md links
* adjust sample.md links
* adjust more links
* adjust operatots links
* fix some links
* adjust aggregate function article titles
* basic refactor of remaining select clauses
* absolute paths in make_links.sh
* run make_links.sh
* remove old select.md locations
* translate docs/es
* translate docs/fr
* translate docs/fa
* remove old operators.md location
* change operators.md links
* adjust links in docs/es
* adjust links in docs/es
* minor texts adjustments
* wip
* update machine translations to use new links
* fix changelog
* es build fixes
* get rid of some select.md links
* temporary adjust ru links
* temporary adjust more ru links
* improve curly brace handling
* adjust ru as well
* fa build fix
* ru link fixes
* zh link fixes
* temporary disable part of anchor checks
2020-05-15 07:34:54 +03:00
Artem Zuikov
8e8a2a17d6
build fixes
2020-05-15 03:01:31 +03:00
Ri
fc7afaa639
Bitonic sort on GPU (OpenCL) ( #10232 )
2020-05-15 03:01:14 +03:00
Alexander Tokmakov
6a496ce9dc
better test
2020-05-15 00:51:21 +03:00
Alexander Tokmakov
8a40c1a221
minor fixes
2020-05-15 00:51:07 +03:00
Anton Popov
4c0cbc78a9
trigger CI
2020-05-14 23:44:52 +03:00
Denis Glazachev
b68664d332
Normalize CMAKE_SYSTEM_NAME and platform dependent folder names
2020-05-15 00:40:27 +04:00
Denis Glazachev
38320e6444
Normalize CMAKE_SYSTEM_PROCESSOR and platform dependent folder names
2020-05-15 00:25:27 +04:00
Ivan
21ce8dbbc3
Fix CH-over-YDB build ( #10921 )
2020-05-14 22:56:10 +03:00
Denis Glazachev
3586fb1dc0
Clean and adjust the generated files
...
Add FreeBSD amd64 generated files/support
2020-05-14 23:53:11 +04:00
alesapin
a014a74e8a
Return tzdata
2020-05-14 21:37:13 +03:00
alesapin
bab624a628
Fix typo in clickhouse-client dockerfile
2020-05-14 20:53:38 +03:00
Alexey Milovidov
273267ca8b
Added a test for empty external data
2020-05-14 20:36:59 +03:00
Alexey Milovidov
81a5d02628
Fix annoying "Arcadia" build
2020-05-14 20:05:55 +03:00
alexey-milovidov
519e6ce6f3
Merge pull request #10832 from ClickHouse/better-sanitizer
...
Better cooperation with sanitizers
2020-05-14 20:01:49 +03:00
BayoNet
948bb81523
DOCS-629: Parameters for Replicated engines ( #10854 )
...
* Updated parameters description.
* CLICKHOUSEDOCS-629: Fixed typo.
* CLICKHOUSEDOCS-629: Updated by comment
* CLICKHOUSEDOCS-629: Fix.
Co-authored-by: Sergei Shtykov <bayonet@yandex-team.ru>
2020-05-14 19:07:13 +03:00
alesapin
104860b274
Fix stress script
2020-05-14 18:37:37 +03:00
alesapin
e5c8c8ca02
Fix test
2020-05-14 15:45:42 +03:00
tavplubix
a47bf09337
Merge pull request #10859 from ClickHouse/fix_watch_livelock_with_database_atomic
...
Fix livelock with WATCH queries and DatabaseAtomic
2020-05-14 15:11:41 +03:00
Vitaly Baranov
bf2f38881d
Fix compilation.
2020-05-14 14:12:20 +03:00
Vitaly Baranov
c30587196a
Add system tables for users, roles and grants.
2020-05-14 14:12:20 +03:00
Vitaly Baranov
b1f362b2dc
Add system table for access types.
2020-05-14 14:12:20 +03:00
Vitaly Baranov
a14f322723
Add system tables for settings profiles.
2020-05-14 14:12:15 +03:00
Alexander Kuzmenkov
bb726b2d8d
Update compare.sh
2020-05-14 13:54:07 +03:00
alesapin
a808af85b5
Merge pull request #10885 from qoega/move-dicts-for-tests
...
Make temorary changes in docker to move files easier
2020-05-14 13:04:32 +03:00
Artem Zuikov
0ba4c373a9
add OpenCL libraries for CI (part 2)
2020-05-14 12:45:22 +03:00
Artem Zuikov
9b029eb310
add OpenCL libraries for CI ( #10898 )
2020-05-14 12:36:17 +03:00