ClickHouse/src/Backups
Alexander Gololobov 8cc41521ad tidy build fix
2022-05-17 14:35:12 +02:00
..
BackupCoordinationDistributed.cpp BACKUP ON CLUSTER correctly collects data of a replicated table from all replicas now, 2022-05-12 13:33:42 +02:00
BackupCoordinationDistributed.h BACKUP ON CLUSTER correctly collects data of a replicated table from all replicas now, 2022-05-12 13:33:42 +02:00
BackupCoordinationHelpers.cpp Fix handling timeouts. 2022-05-14 12:38:19 +02:00
BackupCoordinationHelpers.h Fix handling timeouts. 2022-05-14 12:38:19 +02:00
BackupCoordinationLocal.cpp Fix style. 2022-05-15 14:09:42 +02:00
BackupCoordinationLocal.h BACKUP ON CLUSTER correctly collects data of a replicated table from all replicas now, 2022-05-12 13:33:42 +02:00
BackupEntryFromAppendOnlyFile.cpp Use SeekableReadBuffer instead of ReadBuffer in IBackupEntry. 2022-04-25 16:34:33 +02:00
BackupEntryFromAppendOnlyFile.h Use SeekableReadBuffer instead of ReadBuffer in IBackupEntry. 2022-04-25 16:34:33 +02:00
BackupEntryFromImmutableFile.cpp Use SeekableReadBuffer instead of ReadBuffer in IBackupEntry. 2022-04-25 16:34:33 +02:00
BackupEntryFromImmutableFile.h Use SeekableReadBuffer instead of ReadBuffer in IBackupEntry. 2022-04-25 16:34:33 +02:00
BackupEntryFromMemory.cpp Use SeekableReadBuffer instead of ReadBuffer in IBackupEntry. 2022-04-25 16:34:33 +02:00
BackupEntryFromMemory.h Use SeekableReadBuffer instead of ReadBuffer in IBackupEntry. 2022-04-25 16:34:33 +02:00
BackupEntryFromSmallFile.cpp Fix split build 2022-03-08 18:05:55 +01:00
BackupEntryFromSmallFile.h Fix clang-tidy warnings in Backups, Client, Columns folders 2022-03-14 18:17:35 +00:00
BackupFactory.cpp Refactoring of backup implementation to support archives more easily. 2022-04-25 16:34:33 +02:00
BackupFactory.h BACKUP ON CLUSTER correctly collects data of a replicated table from all replicas now, 2022-05-12 13:33:42 +02:00
BackupImpl.cpp Fix access checking for BACKUP and RESTORE. 2022-05-14 10:48:35 +02:00
BackupImpl.h Fix access checking for BACKUP and RESTORE. 2022-05-14 10:48:35 +02:00
BackupInfo.cpp Implement BACKUP/RESTORE ON CLUSTER. 2022-04-25 16:34:33 +02:00
BackupInfo.h Implement BACKUP/RESTORE ON CLUSTER. 2022-04-25 16:34:33 +02:00
BackupIO_Disk.cpp Fix build again 2022-04-29 14:45:27 +08:00
BackupIO_Disk.h Refactoring of backup implementation to support archives more easily. 2022-04-25 16:34:33 +02:00
BackupIO_File.cpp Fix build again 2022-04-29 14:45:27 +08:00
BackupIO_File.h Refactoring of backup implementation to support archives more easily. 2022-04-25 16:34:33 +02:00
BackupIO.h Refactoring of backup implementation to support archives more easily. 2022-04-25 16:34:33 +02:00
BackupSettings.cpp Implement restoring to a bigger or smaller cluster. 2022-05-12 14:55:06 +02:00
BackupSettings.h Implement restoring to a bigger or smaller cluster. 2022-05-12 14:55:06 +02:00
BackupStatus.cpp Improved using ThreadPool for making backup or restoring, changed columns in system.backups. 2022-05-03 11:03:13 +02:00
BackupStatus.h Improved using ThreadPool for making backup or restoring, changed columns in system.backups. 2022-05-03 11:03:13 +02:00
BackupsWorker.cpp Fix style. 2022-05-15 14:09:42 +02:00
BackupsWorker.h Fix access checking for BACKUP and RESTORE. 2022-05-14 10:48:35 +02:00
BackupUtils.cpp tidy build fix 2022-05-17 14:35:12 +02:00
BackupUtils.h Fix access checking for BACKUP and RESTORE. 2022-05-14 10:48:35 +02:00
CMakeLists.txt Added new commands BACKUP and RESTORE. 2021-08-23 23:41:45 +03:00
DDLCompareUtils.cpp Implement BACKUP and RESTORE for MatViews. 2022-03-21 11:45:21 +01:00
DDLCompareUtils.h Add settings "throw_if_table_has_different_definition" and "throw_if_database_has_different_definition". 2022-03-20 20:02:15 +01:00
DDLRenamingVisitor.cpp Use more clear syntax for BACKUP/RESTORE. 2022-05-08 10:37:02 +02:00
DDLRenamingVisitor.h Added ASTBackupQuery::setDatabase(). 2022-05-03 11:01:44 +02:00
formatTableNameOrTemporaryTableName.cpp Add settings "throw_if_table_has_different_definition" and "throw_if_database_has_different_definition". 2022-03-20 20:02:15 +01:00
formatTableNameOrTemporaryTableName.h Add settings "throw_if_table_has_different_definition" and "throw_if_database_has_different_definition". 2022-03-20 20:02:15 +01:00
IBackup.h BACKUP ON CLUSTER correctly collects data of a replicated table from all replicas now, 2022-05-12 13:33:42 +02:00
IBackupCoordination.h Fix handling timeouts. 2022-05-14 12:38:19 +02:00
IBackupEntriesBatch.cpp Use SeekableReadBuffer instead of ReadBuffer in IBackupEntry. 2022-04-25 16:34:33 +02:00
IBackupEntriesBatch.h Use SeekableReadBuffer instead of ReadBuffer in IBackupEntry. 2022-04-25 16:34:33 +02:00
IBackupEntry.h BACKUP ON CLUSTER correctly collects data of a replicated table from all replicas now, 2022-05-12 13:33:42 +02:00
IRestoreCoordination.h Fix handling timeouts. 2022-05-14 12:38:19 +02:00
IRestoreTask.h Rework RestoreCoordination: make restore deterministic. 2022-05-03 11:01:44 +02:00
registerBackupEnginesFileAndDisk.cpp BACKUP ON CLUSTER correctly collects data of a replicated table from all replicas now, 2022-05-12 13:33:42 +02:00
replaceTableUUIDWithMacroInReplicatedTableDef.cpp Implement BACKUP/RESTORE ON CLUSTER. 2022-04-25 16:34:33 +02:00
replaceTableUUIDWithMacroInReplicatedTableDef.h Implement BACKUP/RESTORE ON CLUSTER. 2022-04-25 16:34:33 +02:00
RestoreCoordinationDistributed.cpp Fix handling timeouts. 2022-05-14 12:38:19 +02:00
RestoreCoordinationDistributed.h BACKUP ON CLUSTER correctly collects data of a replicated table from all replicas now, 2022-05-12 13:33:42 +02:00
RestoreCoordinationLocal.cpp BACKUP ON CLUSTER correctly collects data of a replicated table from all replicas now, 2022-05-12 13:33:42 +02:00
RestoreCoordinationLocal.h BACKUP ON CLUSTER correctly collects data of a replicated table from all replicas now, 2022-05-12 13:33:42 +02:00
RestoreSettings.cpp Add new restore setting 'allow_non_empty_tables'. 2022-05-03 16:18:45 +02:00
RestoreSettings.h Use more clear syntax for BACKUP/RESTORE. 2022-05-08 10:37:02 +02:00
RestoreUtils.cpp Fix access checking for BACKUP and RESTORE. 2022-05-14 10:48:35 +02:00
RestoreUtils.h Fix access checking for BACKUP and RESTORE. 2022-05-14 10:48:35 +02:00