From ceb39ce94aca623449417826db8e19b03b90059e Mon Sep 17 00:00:00 2001 From: "D. Richard Hipp" Date: Wed, 4 Oct 2017 02:30:45 +0000 Subject: [PATCH] Fix a minor typo in the query flattener header comment. No code changes. --- src/select.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/select.c b/src/select.c index 63078a9a2b..0ef316a540 100644 --- a/src/select.c +++ b/src/select.c @@ -3355,7 +3355,7 @@ static void substSelect( ** (17) If the subquery is a compound select, then ** (17a) all compound operators must be a UNION ALL, and ** (17b) no terms within the subquery compound may be aggregate -** or DISTINT, and +** or DISTINCT, and ** (17c) every term within the subquery compound must have a FROM clause ** (17d) the outer query may not be ** (17d1) aggregate, or -- 2.11.4.GIT