mirror of
https://github.com/sqlite/sqlite.git
synced 2025-08-05 15:55:57 +03:00
Add a comment to the [0512f82a2cde7447] change to link it to its TH3 test case.
FossilOrigin-Name: 1281d4d9d799ef83e6eb51d656ede82b4503d39adf169deb936b30ebfddd88b1
This commit is contained in:
@@ -3710,7 +3710,9 @@ int sqlite3WalFrames(
|
||||
if( rc ) return rc;
|
||||
}
|
||||
}
|
||||
if( (int)pWal->szPage!=szPage ) return SQLITE_CORRUPT_BKPT;
|
||||
if( (int)pWal->szPage!=szPage ){
|
||||
return SQLITE_CORRUPT_BKPT; /* TH3 test case: cov1/corrupt155.test */
|
||||
}
|
||||
|
||||
/* Setup information needed to write frames into the WAL */
|
||||
w.pWal = pWal;
|
||||
|
Reference in New Issue
Block a user