Skip to content

Commit c347f57

Browse files
committed
bundled unfuck wal busy lock
1 parent f1e7668 commit c347f57

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

libsql-ffi/bundled/src/sqlite3.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69646,10 +69646,6 @@ static int sqlite3WalCheckpoint(
6964669646
rc = walBusyLock(pWal, xBusy2, pBusyArg, WAL_WRITE_LOCK, 1);
6964769647
if( rc==SQLITE_OK ){
6964869648
pWal->writeLock = 1;
69649-
}else if( rc==SQLITE_BUSY ){
69650-
eMode2 = SQLITE_CHECKPOINT_PASSIVE;
69651-
xBusy2 = 0;
69652-
rc = SQLITE_OK;
6965369649
}
6965469650
}
6965569651
}

0 commit comments

Comments
 (0)