Dmitriy
4d2be6d8bb
Add database engines
...
Добавил движки баз данных.
2021-11-01 19:39:35 +03:00
Vitaly Baranov
ab01b9afc8
Split Authentication.h to common and main parts.
2021-11-01 19:13:49 +03:00
Vitaly Baranov
3ed7f8f0b3
Move access-rights' source files needed for parser to a separate target.
2021-11-01 19:13:49 +03:00
sevirov
279e1eb6e9
Update docs/en/sql-reference/statements/create/database.md
...
Co-authored-by: tavplubix <tavplubix@gmail.com>
2021-11-01 18:58:08 +03:00
kssenii
53c0e1ae61
Add setting for remote reads
2021-11-01 18:14:18 +03:00
Kseniia Sumarokova
ad05bf6a8e
Merge pull request #30967 from ClickHouse/kssenii-fix-test-1
...
Fix flacky test
2021-11-01 17:11:59 +03:00
Kseniia Sumarokova
0a83c391c1
Update 02026_storage_filelog_largefile.sh
2021-11-01 16:56:09 +03:00
alesapin
259c806170
Don't check own run file
2021-11-01 16:27:55 +03:00
Maksim Kita
d5639614d9
Merge pull request #30902 from laurieliyang/patch-1
...
Update permissions-for-queries.md of cn
2021-11-01 14:21:37 +03:00
Maksim Kita
6fd07f3483
Merge pull request #30860 from olgarev/revolg-DOCSUP-11549-compile_aggregate_expressions-and-min_count_to_compile_aggregate_expression-settings
...
DOCSUP-11549: Document the compile_aggregate_expressions and min_count_to_compile_aggregate_expression settings
2021-11-01 14:15:16 +03:00
Maksim Kita
d8249d88b2
Update settings.md
2021-11-01 14:15:01 +03:00
Maksim Kita
4e97d666c2
Update settings.md
2021-11-01 14:14:28 +03:00
Maksim Kita
1e2abfb6e0
Merge pull request #30720 from zpi1223/master
...
docs: chinese translation for zh system-tables
2021-11-01 14:13:57 +03:00
alesapin
8a39044878
Fix stress tester
2021-11-01 14:11:59 +03:00
alesapin
dbfa17aabf
Add correct S3
2021-11-01 13:32:56 +03:00
alesapin
ae7bc00dab
Fix step name
2021-11-01 13:28:44 +03:00
alesapin
47b717ceff
Add stress test to github actions
2021-11-01 13:27:46 +03:00
Vladimir C
503a418ded
Merge pull request #30797 from ianton-ru/MDB-15168
2021-11-01 13:11:21 +03:00
Ilya Golshtein
8efa1743cf
output_format_avro_rows_in_file fix and test for _timestamp
2021-11-01 13:09:18 +03:00
Vladimir C
77edd081a5
Fix whitespace in src/Disks/S3/DiskS3.cpp
2021-11-01 13:00:21 +03:00
alexey-milovidov
04f5c4bd9a
Merge pull request #30938 from kssenii/fix-local-file-progress
...
Fix file progress for clickhouse-local
2021-11-01 12:39:12 +03:00
alexey-milovidov
db0174c9b0
Merge pull request #30940 from kssenii/fix-flacky-test
...
Fix flacky test
2021-11-01 12:38:32 +03:00
avogar
4e63311bb6
Try fix perf test
2021-11-01 12:13:29 +03:00
Vitaly Baranov
a1f29d31ea
Support BACKUP & RESTORE for log family.
2021-11-01 12:07:17 +03:00
tavplubix
00b71ac24a
Merge pull request #30529 from sevirov/sevirov-DOCSUP-14981-information_schema_database
...
DOCSUP-14981: Information Schema
2021-11-01 12:04:58 +03:00
Vladimir C
2e58a3bf62
Merge branch 'master' into MDB-15168
2021-11-01 11:59:13 +03:00
Kruglov Pavel
9f6af8501e
Fix build
2021-11-01 11:58:49 +03:00
alesapin
da7f2842fb
Merge branch 'master' into trying_actions
2021-11-01 11:49:11 +03:00
Vladimir C
9d967e9883
Merge pull request #30840 from nickitat/nickitat_any_type_4_arrayStringConcat
2021-11-01 11:48:45 +03:00
alesapin
30090472a1
Merge pull request #30948 from ClickHouse/fix_docs_release
...
Parse json from response in ci checks
2021-11-01 11:48:22 +03:00
Yatsishin Ilya
7c7c90f1b4
try
2021-11-01 11:45:10 +03:00
Vitaly Baranov
8fbd6e3d46
Merge pull request #30941 from vitlibar/fix-flaky-read-tiny-log
...
Fix reading from TinyLog
2021-11-01 11:44:06 +03:00
Yatsishin Ilya
31a8bcd3e1
fix test_backward_compatibility
2021-11-01 11:25:38 +03:00
alesapin
19e690f86a
Parse json from response
2021-11-01 11:22:35 +03:00
alesapin
885a60d15b
Merge pull request #30947 from ClickHouse/fix_docs_release
...
Add github to known hosts in docs release
2021-11-01 11:18:37 +03:00
alesapin
a857b895d4
Also fixes in docker
2021-11-01 11:18:02 +03:00
alesapin
9b87877898
Better name
2021-11-01 11:07:42 +03:00
alesapin
ecf874c29b
Better
2021-11-01 11:05:55 +03:00
alesapin
c11cf7ad9b
Fixes in workflows
2021-11-01 11:04:28 +03:00
alesapin
54e404de32
Add github to known hosts in docs release
2021-11-01 10:33:52 +03:00
Azat Khuzhin
60a411581f
Fix possible "The local set of parts of X doesn't look like the set of parts in ZooKeeper" error
...
If during removing replica_path from zookeeper, some error occurred
(zookeeper goes away), then it may not remove everything from zookeeper.
And on DETACH/ATTACH (or server restart, like stress tests does in the
analysis from this comment [1]), it will trigger an error:
The local set of parts of table test_1.alter_table_4 doesn't look like the set of parts in ZooKeeper:
[1]: https://github.com/ClickHouse/ClickHouse/pull/28296#issuecomment-915829943
Fix this, by removing "metadata" at first, and only after this
everything else, this will avoid this error, since on ATTACH such table
will be marked as read-only.
v2: forget to remove remote_replica_path itself
v3: fix test_drop_replica by adding a check for remote_replica_path existence
2021-11-01 08:59:28 +03:00
Azat Khuzhin
ca22e7acfb
Use existing local remote_replica_path var in StorageReplicatedMergeTree::dropReplica()
2021-11-01 08:53:31 +03:00
taiyang-li
619d576b6f
switch snappy to https://github.com/ClickHouse-Extras/snappy
2021-11-01 11:19:22 +08:00
taiyang-li
45676e4334
update version of snappy
2021-11-01 11:18:59 +08:00
木木夕120
554b47dc73
Update parts_columns.md
2021-11-01 09:37:59 +08:00
木木夕120
9417e10330
Merge branch 'ClickHouse:master' into master
2021-11-01 09:30:44 +08:00
Vitaly Baranov
d2363d625c
Fix reading from TinyLog.
2021-11-01 04:07:43 +03:00
kssenii
0ff0cf6dd2
Fix
2021-11-01 00:45:32 +03:00
alexey-milovidov
e879c510b8
Merge pull request #30917 from ClickHouse/miscellaneous
...
Miscellaneous
2021-11-01 00:44:16 +03:00
alexey-milovidov
cefe34a46d
Merge pull request #30939 from ClickHouse/minor-improvement-install
...
Minor improvement in universal install script
2021-11-01 00:42:51 +03:00