Skip to main content

Module verify

Module verify 

Source
Expand description

CLI implementation for the inno verify subcommand.

Runs pure structural checks on a tablespace file without requiring valid checksums. Checks page number sequence, space ID consistency, LSN monotonicity, B+Tree level validity, page chain bounds, and trailer LSN matching.

Structs§

VerifyOptions
Options for the inno verify subcommand.

Functions§

execute
Run structural verification on a tablespace file.