Skip to content
This repository was archived by the owner on Oct 18, 2023. It is now read-only.

Commit b6c6ebd

Browse files
Merge #309
309: make frame_no naming consistent r=MarinPostma a=MarinPostma chore: make frame_no naming consistent across all codebase Co-authored-by: ad hoc <[email protected]>
2 parents fb8b3c2 + ccdda07 commit b6c6ebd

File tree

7 files changed

+139
-131
lines changed

7 files changed

+139
-131
lines changed

Cargo.lock

Lines changed: 26 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sqld/proto/replication_log.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ message HelloRequest { }
1111
message HelloResponse {
1212
/// Uuid of the current generation
1313
string generation_id = 1;
14-
/// First frame index in the current generation
14+
/// First frame_no in the current generation
1515
uint64 generation_start_index = 2;
1616
/// Uuid of the database being replicated
1717
string database_id = 3;

0 commit comments

Comments
 (0)