1
0
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:
drh
2000-06-02 23:21:26 +00:00
parent e45132655e
commit b0c86771d5
4 changed files with 24 additions and 23 deletions

View File

@@ -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 */