mirror of
https://github.com/sqlite/sqlite.git
synced 2025-11-19 21:43:15 +03:00
During compilation, transfer the azVar[0..nzVar-1] array from Parse to Vdbe
rather than copying it. Smaller and faster code. FossilOrigin-Name: 80dd495f378614e4eca72e71e43061b1b94ee450
This commit is contained in:
@@ -2794,7 +2794,7 @@ struct Parse {
|
||||
** in the recursive region.
|
||||
************************************************************************/
|
||||
|
||||
int nVar; /* Number of '?' variables seen in the SQL so far */
|
||||
ynVar nVar; /* Number of '?' variables seen in the SQL so far */
|
||||
int nzVar; /* Number of available slots in azVar[] */
|
||||
u8 iPkSortOrder; /* ASC or DESC for INTEGER PRIMARY KEY */
|
||||
u8 explain; /* True if the EXPLAIN flag is found on the query */
|
||||
|
||||
Reference in New Issue
Block a user