diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/vdbeInt.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vdbeInt.h b/src/vdbeInt.h index 2e52ce9a8..f250a1adc 100644 --- a/src/vdbeInt.h +++ b/src/vdbeInt.h @@ -151,7 +151,7 @@ typedef struct Mem Mem; ** It indicates that the corresponding AggElem.aMem.z points to a ** aggregate function context that needs to be finalized. */ -#define MEM_AggCtx 0x0100 /* Mem.z points to an agg function context */ +#define MEM_AggCtx 0x1000 /* Mem.z points to an agg function context */ /* ** The "context" argument for a installable function. A pointer to an |