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

Merge in latest trunk changes.

FossilOrigin-Name: 8f30b09518d23c3f6cecd244a66ef918fdb55323
This commit is contained in:
dan
2014-02-27 20:52:26 +00:00
9 changed files with 143 additions and 44 deletions

View File

@@ -2355,7 +2355,6 @@ struct Parse {
u8 checkSchema; /* Causes schema cookie check after an error */
u8 nested; /* Number of nested calls to the parser/code generator */
u8 nTempReg; /* Number of temporary registers in aTempReg[] */
u8 nTempInUse; /* Number of aTempReg[] currently checked out */
u8 nColCache; /* Number of entries in aColCache[] */
u8 iColCache; /* Next entry in aColCache[] to replace */
u8 isMultiWrite; /* True if statement may modify/insert multiple rows */