alexey-milovidov
e63fe6da84
Update msgpack.cmake
2020-04-11 23:07:11 +03:00
alesapin
d2237c3ab8
Update msgpack.cmake
2020-04-10 17:17:32 +03:00
Azat Khuzhin
66d443df14
Add libmsgpack-dev into the image (for unbundled build)
2020-04-10 11:30:23 +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
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
Ivan Blinkov
3166eab2df
Update release.sh
2020-04-09 21:56:03 +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
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
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
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
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
Ivan Blinkov
a24471233f
Update README.md
2020-04-09 08:04:12 +03:00
Alexey Milovidov
eca178fd8e
Added results from Jack Gao
2020-04-09 06:03:49 +03:00
alexey-milovidov
6ff4c3aa16
Merge pull request #10135 from azat/distributed-insert-converting
...
Convert blocks if structure does not match on INSERT into Distributed()
2020-04-09 05:51:36 +03:00
alexey-milovidov
e5d6d879f3
Merge pull request #10134 from ClickHouse/remove-vagrant-build
...
Remove vagrant build
2020-04-09 05:51:01 +03:00
alexey-milovidov
fef889c0ba
Merge pull request #10138 from ClickHouse/fix-logged-number-of-inserted-rows
...
Fix logged number of inserted rows into ReplicatedMergeTree
2020-04-09 05:50:49 +03:00
Alexey Milovidov
5314b277af
Fixed test
2020-04-09 05:50:37 +03:00
Alexey Milovidov
540e9f7d0d
Fix logged number of inserted rows into ReplicatedMergeTree
2020-04-09 01:58:15 +03:00
BohuTANG
f48fdda678
Enhanced compatibility with native mysql-connector-java(JDBC) ( #10021 )
...
* Skip the `/* comments */ SELECT @@variables ...` from mysql-connector-java setup for MySQL Handler #9336
mysql-connector setup query:
/* mysql-connector-java-5.1.38 ( Revision: ${revinfo.commit} ) */SELECT @@session.auto_increment_increment AS auto_increment_increment, @@character_set_client AS character_set_client, @@character_set_connection AS character_set_connection, @@character_set_results AS character_set_results, @@character_set_server AS character_set_server, @@init_connect AS init_connect, @@interactive_timeout AS interactive_timeout...
ClickHouse side Error:
{} <Error> executeQuery: Code: 62, e.displayText() = DB::Exception: Syntax error: failed at position 74: @@session.auto_increment_increment AS auto_increment_increment, @@character_set_client AS character_set_client, @@character_set_connection AS character_set_conn. Expected one of: CAST, NULL...
Client side Exception:
java.sql.SQLException: Syntax error: failed at position 74: @@session.auto_increment_increment AS auto_increment_increment, @@character_set_client AS character_set_client, @@character_set_connection AS character_set_conn. Expected one of: CAST...
* add repalce 'SHOW VARIABLES' for mysql-connector-java-5.1.34 #9336
* Add java client(JDBC) integration test to test_mysql_protocol
* shift out java tests from dbms
* Update MySQLHandler.cpp
* Update MySQLHandler.cpp
* test_mysql_protocol: add Test.java exit code 1 when expection
Co-authored-by: alexey-milovidov <milovidov@yandex-team.ru>
2020-04-09 00:52:19 +03:00
Azat Khuzhin
6d85207bfb
Convert blocks if structure does not match on INSERT into Distributed()
...
Follow-up for: #10105
2020-04-08 23:46:01 +03:00
Alexey Milovidov
b6f4287d2f
Remove vagrant build
2020-04-08 23:42:12 +03:00
Alexey Milovidov
5e336ba063
Added another test #10077
2020-04-08 23:33:40 +03:00
alexey-milovidov
db4270b60c
Merge pull request #10077 from zhang2014/fix/ISSUES-10056
...
ISSUES-10056 support identifier argument for MySQL Database engine
2020-04-08 22:59:09 +03:00
alexey-milovidov
0372a6119a
Merge pull request #10110 from amosbird/tsm
...
more monotonicity for toString()
2020-04-08 22:55:04 +03:00
alexey-milovidov
9a00eca1c5
Merge pull request #10121 from ClickHouse/fix_adaptive_granularity_compatibility
...
Fix adaptive granularity compatibility
2020-04-08 22:50:09 +03:00
alexey-milovidov
c389fee7e7
Update StorageReplicatedMergeTree.cpp
2020-04-08 22:48:01 +03:00
alexey-milovidov
80b73a209b
Merge pull request #10107 from ClickHouse/fix-globs-test
...
Fix unit test in debug build.
2020-04-08 22:46:44 +03:00
alexey-milovidov
de2fb3ea17
Merge pull request #10108 from ClickHouse/thread-fuzzer-disable-under-thread-memory-sanitizer
...
ThreadFuzzer: do not wrap pthread functions under thread and memory sanitizers
2020-04-08 22:46:07 +03:00
Azat Khuzhin
824255f603
Update tests for multiline SHOW CREATE
...
The following has been used for this:
git grep '^CREATE' tests/queries/**.reference | cut -d: -f1 | sort -u | xargs -n1 -i sh -c 'show-create-rewrite.py < {} | sponge {}'
show-create-rewrite.py is available here:
https://gist.github.com/azat/916b98b5ddf9573f7dc9a4dce33b59b5
And for 00998_constraints_all_tables test FORMAT TSVRaw I simply drop.
2020-04-08 20:54:22 +03:00
Nikolai Kochetov
3b4682d179
Updated 01232_preparing_sets_race_condition.
2020-04-08 20:46:48 +03:00
alesapin
462d1ca50b
Merge pull request #10120 from Jokser/s3-uri-regex-fix
...
Fix regex for S3 URI to pass clang-tidy check
2020-04-08 20:41:30 +03:00
zhang2014
9eb96b87db
ISSUES-10056 reused evaluateConstantExpressionOrIdentifierAsLiteral
2020-04-09 01:31:28 +08:00
zhang2014
aa0fcf4088
ISSUES-10056 update docs
2020-04-09 01:31:28 +08:00