1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-07-29 08:01:23 +03:00

Have the intck extension better handle corruption at the b-tree layer.

FossilOrigin-Name: ecd775d108f77d39a1303316c1e0f0b0ae3ffc5218222e1ebfe2ef6783829b85
This commit is contained in:
dan
2024-02-20 20:18:02 +00:00
parent cfcb3b9208
commit eb715f022f
8 changed files with 297 additions and 34 deletions

View File

@ -25,11 +25,10 @@ typedef struct sqlite3_intck sqlite3_intck;
int sqlite3_intck_open(
sqlite3 *db,
const char *zDb,
const char *zFile,
sqlite3_intck **ppOut
);
int sqlite3_intck_close(sqlite3_intck*);
void sqlite3_intck_close(sqlite3_intck*);
int sqlite3_intck_step(sqlite3_intck *pCk);