1
0
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:
drh
2023-05-03 13:33:37 +00:00
parent 69e2422973
commit dda2833a4e
3 changed files with 10 additions and 8 deletions

View File

@@ -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;