mirror of
https://github.com/sqlite/sqlite.git
synced 2025-08-08 14:02:16 +03:00
:-) (CVS 44)
FossilOrigin-Name: cd83d3cfeb26ebf0d33e7113d0ee549c9cfd55c5
This commit is contained in:
@@ -41,7 +41,7 @@
|
||||
** But other routines are also provided to help in building up
|
||||
** a program instruction by instruction.
|
||||
**
|
||||
** $Id: vdbe.c,v 1.10 2000/06/02 15:05:33 drh Exp $
|
||||
** $Id: vdbe.c,v 1.11 2000/06/02 23:21:27 drh Exp $
|
||||
*/
|
||||
#include "sqliteInt.h"
|
||||
|
||||
@@ -96,6 +96,7 @@ struct Vdbe {
|
||||
int nStackAlloc; /* Size of the stack */
|
||||
int *iStack; /* Integer values of the stack */
|
||||
char **zStack; /* Text or binary values of the stack */
|
||||
char *aFlags; /* Flags associated with each stack entry */
|
||||
char **azColName; /* Becomes the 4th parameter to callbacks */
|
||||
int nTable; /* Number of slots in aTab[] */
|
||||
VdbeTable *aTab; /* On element of this array for each open table */
|
||||
|
Reference in New Issue
Block a user