diff options
Diffstat (limited to 'src/vdbetrace.c')
-rw-r--r-- | src/vdbetrace.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/vdbetrace.c b/src/vdbetrace.c index bc05e5897..4c4be1373 100644 --- a/src/vdbetrace.c +++ b/src/vdbetrace.c @@ -13,7 +13,7 @@ ** This file contains code used to insert the values of host parameters ** (aka "wildcards") into the SQL text output by sqlite3_trace(). ** -** The Vdbe explainer is also found here. +** The Vdbe parse-tree explainer is also found here. */ #include "sqliteInt.h" #include "vdbeInt.h" @@ -160,7 +160,7 @@ char *sqlite3VdbeExpandSql( ** for the Vdbe. */ -#if defined(SQLITE_DEBUG) +#if defined(SQLITE_ENABLE_TREE_EXPLAIN) /* ** Allocate a new Explain object |