ClickHouse/tests/integration/test_backup_restore_new
Azat Khuzhin 94566abda9 Fix reusing of files > 4GB from base backup
Previosly u64 numbers was truncated to u32 numbers during writing to the
mdatadata xml file, and further incremental backup cannot reuse them,
since the file in base backup is smaller.

P.S. There can be other places, I thought about enabling
-Wshorten-64-to-32, but there are lots of warnings right now.

Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2022-10-07 14:56:09 +02:00
..
configs Remove one line from XML, because we do not care 2022-08-28 02:44:02 +02:00
__init__.py Added new commands BACKUP and RESTORE. 2021-08-23 23:41:45 +03:00
test.py Fix reusing of files > 4GB from base backup 2022-10-07 14:56:09 +02:00