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

Another bug fix from two check-ins ago. (CVS 2062)

FossilOrigin-Name: c46eef2f6d32b8546e1441e7e6f103e6ad97f1f4
This commit is contained in:
drh
2004-11-05 05:23:59 +00:00
parent 958390005b
commit 7a638581b2
3 changed files with 10 additions and 10 deletions

View File

@@ -24,9 +24,9 @@
** PRAGMA
**
<<<<<<< build.c
** $Id: build.c,v 1.265 2004/11/05 05:20:40 drh Exp $
** $Id: build.c,v 1.266 2004/11/05 05:23:59 drh Exp $
=======
** $Id: build.c,v 1.265 2004/11/05 05:20:40 drh Exp $
** $Id: build.c,v 1.266 2004/11/05 05:23:59 drh Exp $
>>>>>>> 1.262
*/
#include "sqliteInt.h"
@@ -1663,7 +1663,7 @@ static void destroyTable(Parse *pParse, Table *pTab){
#ifdef SQLITE_OMIT_AUTOVACUUM
destroyRootPage(pParse, pTab->tnum, pTab->iDb);
for(pIdx=pTab->pIndex; pIdx; pIdx=pIdx->pNext){
destroyRootPage(v, pIdx->tnum, pIdx->iDb);
destroyRootPage(pParse, pIdx->tnum, pIdx->iDb);
}
#else
/* If the database may be auto-vacuum capable (if SQLITE_OMIT_AUTOVACUUM