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

Commit ccdda07

Browse files
committed
make frame_no naming consistent
1 parent fb8b3c2 commit ccdda07

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)