1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-08-08 14:02:16 +03:00

Update the bedrock branch to version 3.47.0

FossilOrigin-Name: d2d954d43abe20a3cf10cc12f0f9922ba6b94584e39b1ef1991f1d354058c99a
This commit is contained in:
drh
2024-10-21 17:10:05 +00:00
38 changed files with 2641 additions and 1381 deletions

View File

@@ -3047,7 +3047,7 @@ static int walHandleException(Wal *pWal){
/*
** Assert that the Wal.lockMask mask, which indicates the locks held
** by the connenction, is consistent with the Wal.readLock, Wal.writeLock
** by the connection, is consistent with the Wal.readLock, Wal.writeLock
** and Wal.ckptLock variables. To be used as:
**
** assert( walAssertLockmask(pWal) );