1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-11-06 15:49:35 +03:00

Fix compilation errors when OMIT_FOREIGN_KEY is defined.

FossilOrigin-Name: c447cb37d6439090eb08028d54a91d7d06043744
This commit is contained in:
dan
2009-09-22 07:13:42 +00:00
parent 3606264bc9
commit ba9108b84a
5 changed files with 12 additions and 12 deletions

View File

@@ -861,9 +861,7 @@ struct sqlite3 {
int nSavepoint; /* Number of non-transaction savepoints */
int nStatement; /* Number of nested statement-transactions */
u8 isTransactionSavepoint; /* True if the outermost savepoint is a TS */
#ifndef SQLITE_OMIT_FOREIGN_KEY
i64 nDeferredCons; /* Net deferred constraints this transaction. */
#endif
#ifdef SQLITE_ENABLE_UNLOCK_NOTIFY
/* The following variables are all protected by the STATIC_MASTER