From b3f0276b9e4fd6465aaefa6e527d3f7a19a59b8c Mon Sep 17 00:00:00 2001 From: drh Date: Wed, 2 May 2018 18:00:17 +0000 Subject: Fix test cases so that they work with the new EXPLAIN QUERY PLAN output format. Only some of the cases have been fixed. This is an incremental check-in. FossilOrigin-Name: 5f0e803e33aa557865d5fc830d9202d628de9a94c9757058ca48f1a560702cd3 --- src/where.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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. ** -- cgit v1.2.3