Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat table scan #1

Merged
merged 18 commits into from
Jul 19, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore: fix wrong description of the recovery manager
  • Loading branch information
skanehira committed Jul 11, 2024
commit eea9090217dcb1de9341c0d4cb766627bd77f53b
8 changes: 4 additions & 4 deletions src/tx/recovery/recovery_manager.rs
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,9 @@ impl RecoveryManager {
///
/// file1:
/// ```text
/// +----- block 0 -----+-- block N --+
/// +----- block 0 +------- block N --+
/// | 5 | hello | 10 | ... |
/// +-------------------+-------------+
/// +--------------+------------------+
/// ```
///
/// file2:
Expand All @@ -91,9 +91,9 @@ impl RecoveryManager {
///
/// file1:
/// ```text
/// +------ block 0 ----------+-- block N --+
/// +------ block 0 -----+------- block N --+
/// | 11 | hello world | 10 | ... |
/// +-------------------------+-------------+
/// +--------------------+------------------+
/// ```
///
/// file2:
Expand Down