mirror of
https://github.com/aljazceru/turso.git
synced 2026-02-12 03:34:20 +01:00
adds comment
This commit is contained in:
@@ -164,6 +164,7 @@ enum CheckpointState {
|
||||
CheckpointDone,
|
||||
}
|
||||
|
||||
/// The mode of allocating a btree page.
|
||||
pub enum BtreePageAllocMode {
|
||||
Any, // allocate any btree page
|
||||
Exact(u32), // allocate a specific page number, typically used for root page allocation
|
||||
|
||||
Reference in New Issue
Block a user