◆ CheckpointOptions()
| duckdb::CheckpointOptions::CheckpointOptions |
( |
| ) |
|
|
inline |
23151 }
@ DONT_DELETE_WAL
Leave the WAL file alone.
@ CHECKPOINT_IF_REQUIRED
Checkpoint only if a checkpoint is required (i.e. the WAL has data in it that can be flushed)
◆ wal_lock
| optional_ptr<lock_guard<mutex> > duckdb::CheckpointOptions::wal_lock |
The WAL lock - in case we are holding it during the entire checkpoint. This is only required if we are doing a checkpoint instead of writing to the WAL
The documentation for this struct was generated from the following file: