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

A couple of bug fixes.

FossilOrigin-Name: cdf00248cf8f7e3c2a3f2f5514273fbacc6fc8d9
This commit is contained in:
drh
2013-11-01 01:45:46 +00:00
parent 313619f572
commit 29f9774771
5 changed files with 11 additions and 13 deletions

View File

@@ -2295,7 +2295,7 @@ struct Parse {
int nVar; /* Number of '?' variables seen in the SQL so far */
int nzVar; /* Number of available slots in azVar[] */
u8 addrCrTab; /* Address of OP_CreateTable opcode */
int addrCrTab; /* Address of OP_CreateTable opcode */
u8 iPkSortOrder; /* ASC or DESC for INTEGER PRIMARY KEY */
u8 explain; /* True if the EXPLAIN flag is found on the query */
#ifndef SQLITE_OMIT_VIRTUALTABLE