1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-11-14 00:22:38 +03:00

Minor comment typo corrections. Simplify an assert. No functional changes.

FossilOrigin-Name: 82c2316240345167a571507d9392dfb6445ef523
This commit is contained in:
drh
2011-04-04 20:40:22 +00:00
parent 2120608e0f
commit 9bbc2e283e
5 changed files with 14 additions and 14 deletions

View File

@@ -687,6 +687,7 @@ int sqlite3_close(sqlite3 *db){
}
sqlite3_mutex_enter(db->mutex);
/* Force xDestroy calls on all virtual tables */
sqlite3ResetInternalSchema(db, -1);
/* If a transaction is open, the ResetInternalSchema() call above