mirror of
https://github.com/sqlite/sqlite.git
synced 2025-08-10 01:02:56 +03:00
Fix a problem with SQLITE_ENABLE_EXPENSIVE_ASSERT builds on this branch.
FossilOrigin-Name: ddb4a6fbf8619db058b5eb8fcd687084ed4b65a6f69810357e324158257a911f
This commit is contained in:
@@ -2939,7 +2939,7 @@ int sqlite3WalFindFrame(
|
||||
/* If expensive assert() statements are available, do a linear search
|
||||
** of the wal-index file content. Make sure the results agree with the
|
||||
** result obtained using the hash indexes above. */
|
||||
if( rc==SQLITE_OK ){
|
||||
{
|
||||
u32 iRead2 = 0;
|
||||
u32 iTest;
|
||||
assert( pWal->bShmUnreliable || pWal->minFrame>0 );
|
||||
|
Reference in New Issue
Block a user