mirror of
https://github.com/sqlite/sqlite.git
synced 2025-08-08 14:02:16 +03:00
Avoid expiring prepared statements in the middle of an integrity-check.
FossilOrigin-Name: 88beb48472da4667c0727c8ebabe046ea526450ff837fe789d041ed3f1ff105e
This commit is contained in:
@@ -315,7 +315,6 @@ void sqlite3VtabUnlockList(sqlite3 *db){
|
||||
|
||||
if( p ){
|
||||
db->pDisconnect = 0;
|
||||
sqlite3ExpirePreparedStatements(db, 0);
|
||||
do {
|
||||
VTable *pNext = p->pNext;
|
||||
sqlite3VtabUnlock(p);
|
||||
|
Reference in New Issue
Block a user