Amos Bird
3b92692458
Make drop table a little bit more robust
2020-08-13 22:22:04 +08:00
Vitaliy Zakaznikov
64e9095b9a
Fixing issue with CREATE and DROP USER command by quoting user argument.
2020-08-13 09:54:12 -04:00
zhang2014
57bf007b82
ISSUES-4006 add ya make
2020-08-13 20:51:29 +08:00
Vitaliy Zakaznikov
67df35962e
Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into ldap_create_user_identified_with_ldap_server
2020-08-13 08:49:33 -04:00
zhang2014
96bd3ac34b
ISSUES-4006 split mysql protocol
2020-08-13 20:41:36 +08:00
zhang2014
34f4c8972e
ISSUES-4006 split replication packets
2020-08-13 20:07:02 +08:00
Vitaliy Zakaznikov
55c70e6ecb
Fixing test clickhouse/ldap authentication/user authentications/rbac=True/login after user cn changed in ldap.
2020-08-13 07:40:11 -04:00
zhang2014
4061254cb1
ISSUES-4006 split authentication
2020-08-13 18:39:15 +08:00
zhang2014
c76d7e3121
ISSUES-4006 split generic packets
2020-08-13 18:17:13 +08:00
zhang2014
57c772e3aa
ISSUES-4006 split connection packets
2020-08-13 17:38:00 +08:00
zhang2014
c0d42b764e
ISSUES-4006 split protocol text packet
2020-08-13 17:20:45 +08:00
zhang2014
4fcc178deb
ISSUES-4006 split mysql protocol
2020-08-13 16:17:33 +08:00
zhang2014
688836cdc4
ISSUES-4006 split msql protocol & fix build
2020-08-13 14:30:29 +08:00
zhang2014
0162c39838
ISSUES-4006 split mysql protocol
2020-08-13 13:02:16 +08:00
zhang2014
a8d3b5f65d
ISSUES-4006 better exception message
2020-08-13 10:14:59 +08:00
Alexey Milovidov
2bed8bed80
Added a log of running benchmark of MonetDB on AWS m5a.8xlarge #13632
2020-08-13 03:34:59 +03:00
alexey-milovidov
77b7d71ffb
Merge pull request #13661 from ClickHouse/aws-results
...
Add results from AWS m5a.8xlarge
2020-08-13 03:33:58 +03:00
Alexey Milovidov
83a3f58943
Add results from AWS m5a.8xlarge
2020-08-13 01:46:40 +03:00
alexey-milovidov
080ea281bc
Merge pull request #13612 from vzakaznikov/testflows_enable_log_collection_on_docker_compose_up_failure
...
testflows: increasing health-check timeouts for clickhouse nodes
2020-08-13 00:53:53 +03:00
alexey-milovidov
b243a0c37a
Merge pull request #13626 from ClickHouse/fix_deadlock_in_replication_queue
...
Fix deadlock and logical error in replication queue
2020-08-13 00:53:09 +03:00
Vitaliy Zakaznikov
034c680a05
* Adding Markdown source for the requirements
...
* Adding a requirement to be able to add users identified
with an LDAP server using RBAC
* Updating requirements.py
2020-08-12 16:55:46 -04:00
Alexander Tokmakov
a6ff049eec
use Atomic for system database
2020-08-12 23:40:13 +03:00
Vitaliy Zakaznikov
96d10a76d8
Updating LDAP user authentication suite to check user
...
authentications when users are added using RBAC.
2020-08-12 16:30:26 -04:00
Alexey Milovidov
5ecb9c1988
Fix a bug on the website: bad place of horizontal scroll bar
2020-08-12 21:31:26 +03:00
Alexey Milovidov
74832999cc
Update a story
2020-08-12 21:23:33 +03:00
alexey-milovidov
190d991346
Merge pull request #13628 from excitoon/patch-1
...
Removed `-DENABLE_CURL_CLIENT` for `contrib/aws`
2020-08-12 19:25:57 +03:00
Alexander Kuzmenkov
fad9ef3671
Fix the 01428_hash_set_nan_key test not to rely on backwards-incompatible changes
...
in `modulo` made in https://github.com/ClickHouse/ClickHouse/pull/12585
2020-08-12 19:02:36 +03:00
Ilya Yatsishin
e6420c82ca
mysql/postgresql: move Dockerfiles and docker_compose to docker/test ( #13448 )
...
* mysql/postgresql: move Dockerfiles and docker_compose to docker/test
* Build client containers in CI
* pass tag to docker_compose
2020-08-12 18:04:36 +03:00
tavplubix
4aff48dc3f
Merge pull request #10851 from zhang2014/feature/materialize_mysql_database
...
ISSUES-4006 support MaterializeMySQL database engine
2020-08-12 15:59:28 +03:00
Alexander Kuzmenkov
6fdfe65694
performance comparison
2020-08-12 11:55:51 +03:00
Azat Khuzhin
6097f769c7
Fix assertion for carriage return in the header in TSVWithNames* format.
...
TabSeparatedRowInputFormat::readPrefix() tries to check for carriage
return (via checkForCarriageReturn()), however it does the check after
checking the column is exists, reorder the codepath a little bit to
run checkForCarriageReturn() before.
2020-08-12 11:13:19 +03:00
alexey-milovidov
2db6eb37d2
Merge pull request #13627 from ClickHouse/clickhouse-install-fixes
...
Minor fixes in clickhouse install
2020-08-12 11:12:20 +03:00
robot-clickhouse
ada19e97a1
Merge pull request #13645 from ClickHouse/dependabot/pip/docs/tools/pymdown-extensions-8.0
...
Bump pymdown-extensions from 7.1 to 8.0 in /docs/tools
2020-08-12 10:56:45 +03:00
alexey-milovidov
aca156f43b
Merge pull request #13632 from ClickHouse/monetdb-benchmark-update
...
MonetDB benchmark update
2020-08-12 10:56:19 +03:00
dependabot-preview[bot]
adf84b19c0
Bump pymdown-extensions from 7.1 to 8.0 in /docs/tools
...
Bumps [pymdown-extensions](https://github.com/facelessuser/pymdown-extensions ) from 7.1 to 8.0.
- [Release notes](https://github.com/facelessuser/pymdown-extensions/releases )
- [Commits](https://github.com/facelessuser/pymdown-extensions/compare/7.1...8.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-08-12 07:19:28 +00:00
BohuTANG
c31f4f013a
Add MergeTree Write-Ahead-Log(WAL) dump tool
2020-08-12 13:50:22 +08:00
Alexander Kuzmenkov
89b712a180
performance comparison
2020-08-12 08:40:03 +03:00
Alexander Kuzmenkov
57eb912fa6
Merge pull request #13620 from ClickHouse/aku/hash-set-order
...
Fixed result order in hash set test
2020-08-12 07:43:53 +03:00
Alexander Kuzmenkov
ef5882639b
Merge pull request #13459 from Jokser/s3-multithreaded-disk-copy
...
Move parts from DiskLocal to DiskS3 in parallel
2020-08-12 07:36:03 +03:00
Alexey Milovidov
bc86f74a5b
Update results
2020-08-12 07:30:26 +03:00
Alexey Milovidov
d056bb8273
Add new log
2020-08-12 07:15:53 +03:00
Alexey Milovidov
8e92539310
Update HTML page
2020-08-12 07:02:59 +03:00
Alexey Milovidov
7d7a2d0dde
Added instruction to reproduce the benchmark
2020-08-12 07:00:04 +03:00
Alexey Milovidov
2acfe2324b
Preliminary results
2020-08-12 06:44:49 +03:00
Alexey Milovidov
b8e6de7ca3
Create index
2020-08-12 06:31:42 +03:00
Alexey Milovidov
c8d3959c4f
Add drop caches
2020-08-12 06:31:10 +03:00
Alexey Milovidov
360f4d93ef
Add usability report
2020-08-12 06:13:41 +03:00
Alexey Milovidov
e4d02f6b51
Update for useless script #13599
2020-08-12 06:03:47 +03:00
alexey-milovidov
90a5dface3
Merge pull request #13631 from amosbird/roc
...
remove obsolete comments
2020-08-12 06:01:41 +03:00
Alexey Milovidov
cf4ad2f4ba
Preparing new benchmark for MonetDB
2020-08-12 05:56:56 +03:00