aboutsummaryrefslogtreecommitdiff
path: root/src/wherecode.c
diff options
context:
space:
mode:
authordrh <drh@noemail.net>2016-12-07 20:22:31 +0000
committerdrh <drh@noemail.net>2016-12-07 20:22:31 +0000
commit861b1307cb43da57aa26db60cf18cd674e15017f (patch)
tree8dac690debb1ed7ff8b97261a0d7aaba767d8031 /src/wherecode.c
parentbdaa1ee2ee41dddd318b289450cfc7aafa3bf34c (diff)
downloadsqlite-861b1307cb43da57aa26db60cf18cd674e15017f.tar.gz
sqlite-861b1307cb43da57aa26db60cf18cd674e15017f.zip
The use P4_DYNAMIC in place of the P4_MPRINTF operand type.
FossilOrigin-Name: 3954f83798ed78527280c9db6360c62a5134b9ec
Diffstat (limited to 'src/wherecode.c')
-rw-r--r--src/wherecode.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wherecode.c b/src/wherecode.c
index 00c50b1ec..032c56fef 100644
--- a/src/wherecode.c
+++ b/src/wherecode.c
@@ -1142,7 +1142,7 @@ Bitmask sqlite3WhereCodeOneLoopStart(
sqlite3VdbeAddOp2(v, OP_Integer, nConstraint, iReg+1);
sqlite3VdbeAddOp4(v, OP_VFilter, iCur, addrNotFound, iReg,
pLoop->u.vtab.idxStr,
- pLoop->u.vtab.needFree ? P4_MPRINTF : P4_STATIC);
+ pLoop->u.vtab.needFree ? P4_DYNAMIC : P4_STATIC);
VdbeCoverage(v);
pLoop->u.vtab.needFree = 0;
pLevel->p1 = iCur;