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
__init__.py
test.py Fix reusing of files > 4GB from base backup 2022-10-07 14:56:09 +02:00