aboutsummaryrefslogtreecommitdiff
path: root/src/where.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/where.c')
-rw-r--r--src/where.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/where.c b/src/where.c
index d76d9f81e..1145a554a 100644
--- a/src/where.c
+++ b/src/where.c
@@ -4592,7 +4592,7 @@ WhereInfo *sqlite3WhereBegin(
if( wctrlFlags & WHERE_WANT_DISTINCT ){
pWInfo->eDistinct = WHERE_DISTINCT_UNIQUE;
}
- ExplainQueryPlan((pParse, 0, "SCAN CONSTANT ROW"));
+ /* ExplainQueryPlan((pParse, 0, "SCAN CONSTANT ROW")); */
}else{
/* Assign a bit from the bitmask to every term in the FROM clause.
**