Ivan Blinkov
564bec176e
Update codebrowser links ( #10166 )
...
* Put single-page content into a separate js file
* move break comments
* Update codebrowser links
2020-04-10 13:40:59 +03:00
Ivan Blinkov
a4f5280d80
Remove excessive }
2020-04-10 12:32:37 +03:00
Alexander Kazakov
497df3086f
Merge branch 'master' into timed_rwlock
...
Change-Id: I620bfde2121ff013773b001d514b40b1e796a58b
2020-04-10 11:38:20 +03:00
Azat Khuzhin
66d443df14
Add libmsgpack-dev into the image (for unbundled build)
2020-04-10 11:30:23 +03:00
Ivan Blinkov
578eb202f8
Merge pull request #10167 from ClickHouse/dependabot/pip/docs/tools/mkdocs-macros-plugin-0.4.6
...
Bump mkdocs-macros-plugin from 0.4.4 to 0.4.6 in /docs/tools
2020-04-10 11:05:56 +03:00
Azat Khuzhin
569b85eda4
Add ability to use unbundled msgpack
...
Actually it works before but by accidentally and with warnings.
2020-04-10 10:47:52 +03:00
dependabot-preview[bot]
25f9a1a249
Bump mkdocs-macros-plugin from 0.4.4 to 0.4.6 in /docs/tools
...
Bumps [mkdocs-macros-plugin](https://github.com/fralau/mkdocs_macros_plugin ) from 0.4.4 to 0.4.6.
- [Release notes](https://github.com/fralau/mkdocs_macros_plugin/releases )
- [Commits](https://github.com/fralau/mkdocs_macros_plugin/commits )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-04-10 07:41:44 +00:00
Azat Khuzhin
888baad565
tests/queries/0_stateless/01056_create_table_as: drop dictionary at start
2020-04-10 10:38:43 +03:00
Ivan Blinkov
b8bfbad857
Update sitemap_static.xml
2020-04-10 09:35:07 +03:00
philip.han
7fa5afecb4
Support transform_null_in option for StorageSet
2020-04-10 14:42:36 +09:00
philip.han
c6bf39d7a9
Fix 01231_operator_null_in.reference
2020-04-10 14:02:55 +09:00
philip.han
c39e3a51ad
Fix Set::insertFromBlockImplCase()
2020-04-10 12:30:54 +09:00
BohuTANG
87cc8de8e2
Merge remote-tracking branch 'ck/master' into 20200409_bug_fix_mysql_handshake_scramble
2020-04-10 11:10:41 +08:00
Alexey Milovidov
976ef5af3c
Updated results from Jack P. Gao
2020-04-10 01:26:32 +03:00
alexey-milovidov
4a73fe7477
Merge pull request #9889 from Avogar/msgpack_format
...
Msgpack format
2020-04-10 00:07:10 +03:00
Ivan Blinkov
345978ae35
normalize ru markdown ( #10159 )
2020-04-09 23:51:01 +03:00
Ivan Blinkov
9326016e5f
Put single-page content into a separate js file ( #10160 )
2020-04-09 23:50:39 +03:00
Ivan Blinkov
2b51b5ee5f
Update release.sh
2020-04-09 23:32:35 +03:00
alexey-milovidov
a85d35f31c
Merge pull request #10049 from azat/show-create-table-multiline
...
Make SHOW CREATE TABLE multiline
2020-04-09 23:30:56 +03:00
Alexander Kazakov
0accd2908c
Fix up styler's grudge
2020-04-09 23:11:20 +03:00
Ivan Blinkov
3166eab2df
Update release.sh
2020-04-09 21:56:03 +03:00
Alexander Kazakov
26dd6140b2
Added new config settings to control timeouts
...
* "lock_acquire_timeout" controls for how long a query will continue to
acquire each lock on its argument tables
* "lock_acquire_timeout_for_background_operations" is a per-table
setting for storages of *MergeTree family
2020-04-09 21:10:27 +03:00
Ivan Blinkov
c1558f8c18
fix link
2020-04-09 21:08:57 +03:00
Ivan Blinkov
d035173889
There's no toc_NN.yml files anymore
2020-04-09 21:08:22 +03:00
Ivan Blinkov
a4e2fd24b0
Get rid of toc_ru.yml ( #10152 )
2020-04-09 21:06:07 +03:00
Anton Popov
76cf9b7f03
Merge remote-tracking branch 'upstream/master' into polymorphic-parts
2020-04-09 20:16:45 +03:00
Vitaly Baranov
20d935566f
Enable access management in stateless tests #3 .
2020-04-09 19:12:55 +03:00
Ivan Blinkov
25eae6abe0
Update README.md
2020-04-09 18:51:36 +03:00
filimonov
23e757bcb7
Fix link to prev changelog
2020-04-09 17:10:29 +02:00
Vitaly Baranov
36af2ab264
Merge pull request #10109 from vitlibar/RBAC-9
...
RBAC-9
2020-04-09 16:26:24 +03:00
Mikhail Filimonov
7cc0c99669
clickhouse-docker-util
2020-04-09 15:16:56 +02:00
Ilya Yatsishin
d6653f1fdc
Merge pull request #10147 from BayoNet/en-docs/CLICKHOUSEDOCS-475-system-dictionaries
...
DOCS-475: system.dictionaries
2020-04-09 16:05:33 +03:00
Nikolai Kochetov
9f5a40e700
Added comment.
2020-04-09 13:35:51 +03:00
Sergei Shtykov
4847914eda
CLICKHOUSEDOCS-475: Fixes.
2020-04-09 13:15:54 +03:00
Vitaly Baranov
8a19f6d322
Merge pull request #10115 from azat/path.xml-access_control_path
...
Rewrite access_control_path in path.xml
2020-04-09 11:38:08 +03:00
philip.han
3149f75430
Replace a reference for Context with a copied bool value.
2020-04-09 17:27:55 +09:00
Vitaly Baranov
12336a9ece
Use "CREATE USER HOST REGEXP" instead of "CREATE USER HOST NAME REGEXP".
2020-04-09 10:22:51 +03:00
Vitaly Baranov
ed2562b3f4
Add new words to client's suggest.
2020-04-09 10:22:51 +03:00
Vitaly Baranov
f0d3547b8f
Parser can parse "ON CLUSTER" in other places of SQL commands too.
2020-04-09 10:22:51 +03:00
Vitaly Baranov
4d93577791
PREWHERE can be used now by user without row filtering.
2020-04-09 10:22:51 +03:00
Vitaly Baranov
d992e408d8
Disable creating row policies for insert, update, delete because those filters are not supported.
2020-04-09 10:22:51 +03:00
Vitaly Baranov
d548c7e381
Simplify DCL for creating quotas.
2020-04-09 10:22:51 +03:00
Vitaly Baranov
23ac1ee87c
readonly user now can execute SHOW CREATE for access entities.
2020-04-09 10:22:51 +03:00
Vitaly Baranov
c97d12a19c
Enable access management by default for all integration tests.
2020-04-09 10:22:51 +03:00
Vitaly Baranov
36a5b57ac4
Use "CREATE SETTINGS PROFILE name SETTINGS INHERIT parent" instead of "CREATE SETTINGS PROFILE name SETTINGS PROFILE parent".
2020-04-09 10:22:51 +03:00
Nikolai Kochetov
e28e5b24e9
Update test.
2020-04-09 09:29:38 +03:00
Nikolai Kochetov
ae6267070e
Fix style.
2020-04-09 09:28:13 +03:00
Ivan Blinkov
a24471233f
Update README.md
2020-04-09 08:04:12 +03:00
alexey-milovidov
cb6c860d89
Update MySQLProtocol.h
2020-04-09 06:25:20 +03:00
alexey-milovidov
ccf5cb2a66
Update MySQLProtocol.h
2020-04-09 06:24:09 +03:00