diff options
Diffstat (limited to 'src/dbpage.c')
-rw-r--r-- | src/dbpage.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dbpage.c b/src/dbpage.c index 76e79f954..a0ee9246d 100644 --- a/src/dbpage.c +++ b/src/dbpage.c @@ -438,6 +438,7 @@ static int dbpageRollbackTo(sqlite3_vtab *pVtab, int notUsed1){ DbpageTable *pTab = (DbpageTable *)pVtab; pTab->pgnoTrunc = 0; (void)notUsed1; + return SQLITE_OK; } /* |