diff options
author | drh <drh@noemail.net> | 2015-02-06 15:40:32 +0000 |
---|---|---|
committer | drh <drh@noemail.net> | 2015-02-06 15:40:32 +0000 |
commit | 1ee4a2dd88663517c8dd980926af9e76f37c88fb (patch) | |
tree | e0bac01b14814f6505c4fc563bb27376da328908 /src/sqliteInt.h | |
parent | 9c2e9f7afa07a7763517f0332d3a81e3f9d01d73 (diff) | |
parent | 0e55db1cd8748942e3284eb94e774d825ff223fb (diff) | |
download | sqlite-1ee4a2dd88663517c8dd980926af9e76f37c88fb.tar.gz sqlite-1ee4a2dd88663517c8dd980926af9e76f37c88fb.zip |
Merge all the latest enhancements from trunk.
FossilOrigin-Name: ae7eef117f28a5dae7a05805f2d31ac532a9fcc5
Diffstat (limited to 'src/sqliteInt.h')
-rw-r--r-- | src/sqliteInt.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sqliteInt.h b/src/sqliteInt.h index b2d2b9a99..e2105a6b4 100644 --- a/src/sqliteInt.h +++ b/src/sqliteInt.h @@ -1088,6 +1088,7 @@ struct sqlite3 { u8 iDb; /* Which db file is being initialized */ u8 busy; /* TRUE if currently initializing */ u8 orphanTrigger; /* Last statement is orphaned TEMP trigger */ + u8 imposterTable; /* Building an imposter table */ } init; int nVdbeActive; /* Number of VDBEs currently running */ int nVdbeRead; /* Number of active VDBEs that read or write */ |