Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/pingcap/kvproto into adva…
Browse files Browse the repository at this point in the history
…nced-prepare
  • Loading branch information
YuJuncen committed Dec 1, 2023
2 parents d6c4847 + fb0f5c2 commit c10205c
Show file tree
Hide file tree
Showing 3 changed files with 50 additions and 4 deletions.
46 changes: 42 additions & 4 deletions pkg/brpb/brpb.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions proto/brpb.proto
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,9 @@ message BackupMeta {

// record the backup range and the correspond SST files when using file-copy backup.
repeated BackupRange ranges = 24;

// record the size of the backup data files and meta files
uint64 backup_size = 25;
}

message BackupRange {
Expand Down
5 changes: 5 additions & 0 deletions scripts/proto.lock
Original file line number Diff line number Diff line change
Expand Up @@ -416,6 +416,11 @@
"name": "ranges",
"type": "BackupRange",
"is_repeated": true
},
{
"id": 25,
"name": "backup_size",
"type": "uint64"
}
],
"reserved_ids": [
Expand Down

0 comments on commit c10205c

Please sign in to comment.