Alexander Tokmakov
|
5e2b42c85a
|
Merge branch 'master' into fix_flaky_tests_with_transactions
|
2022-06-15 20:47:02 +02:00 |
|
Robert Schulze
|
61709a674d
|
Merge pull request #38089 from ClickHouse/fpc-follow-up
Small follow-up for FPC codec
|
2022-06-15 20:33:41 +02:00 |
|
Vitaly Baranov
|
c2c35fad82
|
Refactoring of the code getting create table queries for backup.
|
2022-06-15 20:32:35 +02:00 |
|
Vitaly Baranov
|
c0f06c5e16
|
Require new privilige 'BACKUP' to make a backup.
|
2022-06-15 20:32:35 +02:00 |
|
Vitaly Baranov
|
0102626532
|
Disable the 'BACKUP ALL' command (it's not quite clear what to do with predefined databases).
|
2022-06-15 20:32:35 +02:00 |
|
Vitaly Baranov
|
cb9bf62e77
|
Change syntax RESTORE ALL DATABASES => RESTORE ALL
|
2022-06-15 20:32:35 +02:00 |
|
Vitaly Baranov
|
1198e86295
|
Fix storing temporary tables and skipping system tables while making a backup.
|
2022-06-15 20:32:34 +02:00 |
|
Vitaly Baranov
|
6590f82ec4
|
Fix tryGetCreateTableQuery() for system tables.
|
2022-06-15 20:32:34 +02:00 |
|
Vitaly Baranov
|
491ab58b3f
|
Remove IF NOT EXISTS before storing create query in DatabaseMemory.
|
2022-06-15 20:32:34 +02:00 |
|
Vitaly Baranov
|
b2323991d6
|
BACKUP DATABASE now stores inner tables of matviews only if the corresponding matviews are stored.
|
2022-06-15 20:32:34 +02:00 |
|
Vitaly Baranov
|
6877b8f864
|
Fix renaming visitor.
|
2022-06-15 20:32:34 +02:00 |
|
Vitaly Baranov
|
d78a2cda72
|
Restore tables regarding their dependencies.
|
2022-06-15 20:32:34 +02:00 |
|
Vitaly Baranov
|
cf34883000
|
Use QualifiedTableName instead of DatabaseAndTableName. Remove mode 'ALL TEMPORARY TABLES'
|
2022-06-15 20:32:34 +02:00 |
|
Vitaly Baranov
|
21f3bed435
|
Simplify path calculations in backup.
|
2022-06-15 20:32:34 +02:00 |
|
Vitaly Baranov
|
592f568f83
|
Move backup/restore code to storages and databases - part 2.
|
2022-06-15 20:32:31 +02:00 |
|
Vitaly Baranov
|
724bc4dc57
|
Move backup/restore code to storages and databases - part 1.
|
2022-06-15 20:28:43 +02:00 |
|
Vitaly Baranov
|
ce1836f0d2
|
Lock tables for share before backup and restore.
|
2022-06-15 20:28:43 +02:00 |
|
Vitaly Baranov
|
73b1894a21
|
Rework collecting replicated parts.
|
2022-06-15 20:28:42 +02:00 |
|
Vitaly Baranov
|
d00b4a7fdb
|
Remove obsolete function IRestoreCoordination::getReplicatedTableDataPath()
|
2022-06-15 20:28:42 +02:00 |
|
Vitaly Baranov
|
131382e025
|
Fix async tests.
|
2022-06-15 20:28:42 +02:00 |
|
Vitaly Baranov
|
5cabdbd982
|
Restore parts of MergeTree in correct order.
|
2022-06-15 20:28:40 +02:00 |
|
Vitaly Baranov
|
e891eba80e
|
Finalize write buffers used in backups.
|
2022-06-15 20:26:27 +02:00 |
|
Danila Kutenin
|
607dd8d6ca
|
Restart the pipeline, I guess
|
2022-06-15 18:16:56 +00:00 |
|
Robert Schulze
|
42cdf1f56e
|
Merge pull request #38087 from ClickHouse/fix-compile-of-self-extracting-executable
Fix a compile errors in self-extracting-executable (de)compressor
|
2022-06-15 20:15:45 +02:00 |
|
Daniel Kutenin
|
a769dea8ef
|
Merge branch 'ClickHouse:master' into master
|
2022-06-15 19:12:10 +01:00 |
|
Alexander Tokmakov
|
9cac78b498
|
make tests with tsan less flaky
|
2022-06-15 19:54:46 +02:00 |
|
Maksim Kita
|
5729210f22
|
Merge pull request #37797 from kitaisreal/libunwind-update-version
libunwind update version
|
2022-06-15 19:32:42 +02:00 |
|
Roman Vasin
|
344fbe8de4
|
Fix code style
|
2022-06-15 20:26:42 +03:00 |
|
Roman Vasin
|
89a659e738
|
Move krb header files from KerberosInit.h to KerberosInit.cpp
|
2022-06-15 20:08:16 +03:00 |
|
Roman Vasin
|
1c26424371
|
Change message in StorageKafka; Code style correction
|
2022-06-15 19:35:21 +03:00 |
|
Alexey Milovidov
|
7fce1d54fe
|
Merge pull request #38026 from ClickHouse/decimal_noexcept_move_constructor
Decimal: noexcept move constructor/assignment operator
|
2022-06-15 19:34:27 +03:00 |
|
Nikolai Kochetov
|
25b9990737
|
Fixing build
|
2022-06-15 16:32:22 +00:00 |
|
Alexey Milovidov
|
7baa54f92f
|
Merge pull request #37697 from zvonand/dt64-neg-subseconds
Fix DateTime64 negative fractional seconds
|
2022-06-15 19:30:42 +03:00 |
|
Alexey Milovidov
|
d1cf7a52cc
|
Merge pull request #37721 from HarryLeeIBM/grpc_update_to_PR9
Update grpc submodule to PR 9
|
2022-06-15 19:29:11 +03:00 |
|
Alexander Tokmakov
|
2ac72319bd
|
Merge pull request #37185 from amosbird/projection-fix-three
Fix possible heap-use-after-free error when reading system.projection_parts and system.projection_parts_columns
|
2022-06-15 19:00:10 +03:00 |
|
Alexander Tokmakov
|
f6f4d785ca
|
Merge pull request #38030 from azat/tests-fix-parser
tests: avoid "_csv.Error: field larger than field limit (131072)" error
|
2022-06-15 18:39:42 +03:00 |
|
Igor Nikonov
|
b1137c9cba
|
Fix: build error
+ clang tidy warning fixed
|
2022-06-15 15:21:05 +00:00 |
|
Anton Popov
|
eea7e4eced
|
fix test
|
2022-06-15 15:02:02 +00:00 |
|
Mikhail f. Shiryaev
|
8ef1f851f6
|
Merge pull request #38095 from ClickHouse/cherry-pick-dispatch
Add dispatch to CherryPick action
|
2022-06-15 16:53:36 +02:00 |
|
Danila Kutenin
|
048f56bf4d
|
Fix some tests and comments
|
2022-06-15 14:40:21 +00:00 |
|
kssenii
|
500f49972b
|
Extract diff from PR 36171
|
2022-06-15 16:40:18 +02:00 |
|
Mikhail f. Shiryaev
|
14df282406
|
Add dispatch to CherryPick action
|
2022-06-15 16:37:44 +02:00 |
|
Alexander Tokmakov
|
581342eb31
|
Merge pull request #38094 from ClickHouse/revert-36396-glorious_final
Revert "More parallel execution for queries with `FINAL`"
|
2022-06-15 17:25:56 +03:00 |
|
Alexander Tokmakov
|
5bfb15262c
|
Revert "More parallel execution for queries with FINAL (#36396)"
This reverts commit c8afeafe0e .
|
2022-06-15 17:25:38 +03:00 |
|
Alexander Tokmakov
|
e4d4d0a854
|
fix race on queue processing
|
2022-06-15 16:21:26 +02:00 |
|
Roman Vasin
|
dd5b0ee065
|
Add kerberosInit() function to call KeberosInit
|
2022-06-15 17:02:53 +03:00 |
|
Antonio Andelic
|
ac0b7ab20b
|
Fix backwards compatibility with older snapshots
|
2022-06-15 13:46:27 +00:00 |
|
mergify[bot]
|
c2afc2f6c6
|
Merge branch 'master' into background-schedule-pool-refactoring
|
2022-06-15 13:43:31 +00:00 |
|
Nikolai Kochetov
|
82ebf869a7
|
Fixing style
|
2022-06-15 13:40:30 +00:00 |
|
Nikolai Kochetov
|
2a9a63ac7b
|
Merge branch 'master' into refactor-something-in-part-volumes
|
2022-06-15 15:35:26 +02:00 |
|