Artur
0373f2f6d0
correct expect files to avoid freezing
2021-07-16 09:57:28 +00:00
Maksim Kita
6ebc11ff4e
Merge pull request #26388 from vgocoder/patch-5
...
Update index.md
2021-07-16 12:32:30 +03:00
alexey-milovidov
72ed5e0dfb
Merge pull request #26031 from nvartolomei/nv/test-cte-distributed
...
Test CTE with aggregation over distributed table
2021-07-16 12:24:29 +03:00
alexey-milovidov
4103c22310
Merge pull request #26245 from arenadata/ADQM-322
...
Avro string for ClickHouse String
2021-07-16 12:23:50 +03:00
caspian
25d1d9c2b4
update tests
2021-07-16 17:05:57 +08:00
Vitaly Baranov
9cc258327e
Add comments for encrypted disks; some improvements in code.
2021-07-16 12:04:25 +03:00
caspian
1497fc4290
update docs
2021-07-16 16:57:04 +08:00
caspian
c06f45ea4f
fix for USAGE or NONE privilege
2021-07-16 16:53:25 +08:00
Alexey Milovidov
f4da8c87bc
Fix failed assertion in RocksDB in case of bad_alloc exception during batch write
2021-07-16 11:22:03 +03:00
Maksim Kita
11203fb7ea
Merge pull request #26379 from zxc111/DOCSUP-11552
...
DOCSUP-11657: check sampling expression at creation table.
2021-07-16 11:00:53 +03:00
Maksim Kita
76e3bd87bc
Update merge-tree-settings.md
2021-07-16 11:00:36 +03:00
Maksim Kita
5a80cbb6cc
Update merge-tree-settings.md
2021-07-16 10:59:29 +03:00
Maksim Kita
813c37b9fe
Update merge-tree-settings.md
2021-07-16 10:57:55 +03:00
Maksim Kita
acfc9b7c45
Merge pull request #26389 from vgocoder/patch-6
...
Update tcp.md
2021-07-16 10:53:47 +03:00
Alexey Milovidov
58f2f344ad
Whitespaces
2021-07-16 10:53:30 +03:00
Maksim Kita
8bc1c4276a
Merge pull request #26387 from vgocoder/patch-4
...
Update collapsingmergetree.md
2021-07-16 10:51:11 +03:00
Maksim Kita
418dfa41fe
Merge pull request #26386 from vgocoder/patch-3
...
Update versionedcollapsingmergetree.md
2021-07-16 10:50:40 +03:00
Maksim Kita
935d91e9da
Merge pull request #26385 from vgocoder/patch-2
...
Update atomic.md
2021-07-16 10:50:29 +03:00
Maksim Kita
234077e1fb
Merge pull request #26373 from CurtizJ/block-bugfix
...
Small bugfix in Block
2021-07-16 10:49:12 +03:00
Anton Ivashkin
4dfd6ddcdb
Catch Poco exception in resolveIPAddressImpl
2021-07-16 10:47:44 +03:00
Alexey Milovidov
924319dc32
Less logging in AsynchronousMetrics
2021-07-16 10:32:02 +03:00
Vladimir
c8ead44c23
Merge pull request #26374 from vdimir/infinite-pmj-fix
2021-07-16 09:50:44 +03:00
Vitaly Baranov
427813071d
Merge pull request #26363 from vitlibar/fix-crash-login-as-dropped-user
...
Fix possible crash when login as dropped user
2021-07-16 09:47:35 +03:00
Vitaly Baranov
f5ae8e3304
Merge pull request #26383 from vitlibar/fix-access-rights-intersection
...
Fix calculating of intersection of access rights.
2021-07-16 09:46:31 +03:00
caspian
6a05a7d51a
just drop old privileges and assign new
2021-07-16 14:39:14 +08:00
Caspian
869f70d28f
Update docs/ru/sql-reference/statements/grant.md
...
Co-authored-by: Ilya Yatsishin <2159081+qoega@users.noreply.github.com>
2021-07-16 13:41:34 +08:00
Caspian
b730683717
Update docs/ru/sql-reference/statements/grant.md
...
Co-authored-by: Ilya Yatsishin <2159081+qoega@users.noreply.github.com>
2021-07-16 13:41:27 +08:00
Kseniia Sumarokova
84d752cb2d
Merge pull request #26378 from kssenii/fix-arcadia
...
Fix arcadia
2021-07-16 07:51:04 +03:00
caspian
08101af4fd
add tests
2021-07-16 11:21:50 +08:00
vgocoder
72ef214379
Update tcp.md
2021-07-16 10:43:31 +08:00
vgocoder
178ed3679e
Update index.md
2021-07-16 10:32:16 +08:00
vgocoder
67ba94dee1
Update collapsingmergetree.md
2021-07-16 10:20:58 +08:00
vgocoder
d14b2ed483
Update versionedcollapsingmergetree.md
2021-07-16 10:19:34 +08:00
caspian
1723a522cc
update docs
2021-07-16 10:13:04 +08:00
vgocoder
9e4e871a3b
Update atomic.md
2021-07-16 10:07:16 +08:00
Azat Khuzhin
a3653bd665
Fix overflow in exponential sleep in DirectoryMonitor
...
UBsan reports:
SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior ../src/Storages/Distributed/DirectoryMonitor.cpp:435:53 in
../src/Storages/Distributed/DirectoryMonitor.cpp:435: runtime error: 1.15292e+19 is outside the range of representable values of type 'long'
0 0x1df0c286 in DB::StorageDistributedDirectoryMonitor::run() obj-x86_64-linux-gnu/../src/Storages/Distributed/DirectoryMonitor.cpp:435:53
It is pretty easy to reproduce by limiting max_server_memory_usage
before staring the test.
2021-07-16 04:10:47 +03:00
Azat Khuzhin
e2d8ba893a
Fix 01460_DistributedFilesToInsert (correctly set dist table settings)
2021-07-16 04:10:47 +03:00
Azat Khuzhin
df5a26738d
Fix 01040_distributed_directory_monitor_batch_inserts by properly set batch mode
2021-07-16 04:10:47 +03:00
Azat Khuzhin
f3d3ec44a6
Add ability to set Distributed directory monitor settings via CREATE TABLE
2021-07-16 04:10:47 +03:00
Vitaly Baranov
02fd365485
Fix calculating of intersection of access rights.
2021-07-16 00:29:27 +03:00
tavplubix
56173c565d
Merge pull request #24998 from adevyatova/annadevyatova-DOCSUP-7502-replicated
...
DOCSUP-7502: Document the database engine Replicated
2021-07-15 22:54:59 +03:00
alexey-milovidov
c03dd8d923
Merge pull request #26362 from ClickHouse/fix-integration-test-3
...
Fix flaky integration test about "replicated max parallel fetches".
2021-07-15 21:28:25 +03:00
Anton Popov
9e3af27f40
better performance of getSampleBlockForColumns
2021-07-15 20:36:48 +03:00
alexey-milovidov
5af9265f98
Merge pull request #26367 from ClickHouse/fix-flaky-test-18
...
Fix flaky test 01293_client_interactive_vertical_multiline_long
2021-07-15 19:47:31 +03:00
Alexey Milovidov
2d42b1ebf6
Use hedged requests, again
2021-07-15 19:43:42 +03:00
Nikolai Kochetov
f36d14f68f
Add separate step to read from remote.
2021-07-15 19:15:16 +03:00
zxc111
a7edcb0de3
update engines/table-engines/mergetree-family/mergetree.md
2021-07-16 00:12:10 +08:00
kssenii
dd519f9434
Fix
2021-07-15 19:02:31 +03:00
Vitaly Baranov
6c74b44729
Fix possible crash when login as dropped user.
2021-07-15 19:01:34 +03:00
zxc111
70ec444400
update operations/settings/merge-tree-settings.md
2021-07-15 23:58:44 +08:00