mirror of
https://github.com/tursodatabase/limbo.git
synced 2025-08-04 10:08:20 +00:00
fix false double acquire on write lock
This commit is contained in:
parent
9f17be8162
commit
e67089b377
1 changed files with 1 additions and 1 deletions
|
@ -133,7 +133,7 @@ impl LimboRwLock {
|
|||
// no op
|
||||
false
|
||||
}
|
||||
WRITE_LOCK => true,
|
||||
WRITE_LOCK => false,
|
||||
_ => unreachable!(),
|
||||
};
|
||||
tracing::trace!("write_lock({})", ok);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue