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

Faster response to sqlite3_interrupt() in the OP_IntegrityCk and OP_Count

opcodes.

FossilOrigin-Name: bf875dc59909f9c22f7c1fc843bc4d9e5d97af5cb4ef43c4fa1d566ddfdeaacb
This commit is contained in:
drh
2019-10-11 14:21:48 +00:00
parent af94adf049
commit 21f6daa2cd
6 changed files with 23 additions and 19 deletions

View File

@@ -685,6 +685,7 @@ struct IntegrityCk {
int v1, v2; /* Values for up to two %d fields in zPfx */
StrAccum errMsg; /* Accumulate the error message text here */
u32 *heap; /* Min-heap used for analyzing cell coverage */
sqlite3 *db; /* Database connection running the check */
};
/*