mirror of
https://github.com/aljazceru/turso.git
synced 2026-02-18 06:24:56 +01:00
enable faulty query
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user