mirror of
https://github.com/tursodatabase/limbo.git
synced 2025-08-04 18:18:03 +00:00
enable faulty query
This commit is contained in:
parent
4a3b0bcf42
commit
5f9abb62c4
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ pub struct SimulatorCLI {
|
|||
pub disable_select_optimizer: bool,
|
||||
#[clap(long, help = "disable FsyncNoWait Property", default_value_t = true)]
|
||||
pub disable_fsync_no_wait: bool,
|
||||
#[clap(long, help = "disable FaultyQuery Property", default_value_t = true)]
|
||||
#[clap(long, help = "disable FaultyQuery Property", default_value_t = false)]
|
||||
pub disable_faulty_query: bool,
|
||||
#[clap(long, help = "disable Reopen-Database fault", default_value_t = false)]
|
||||
pub disable_reopen_database: bool,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue