aboutsummaryrefslogtreecommitdiff
path: root/src/sqliteInt.h
diff options
context:
space:
mode:
authordrh <>2021-01-13 15:23:17 +0000
committerdrh <>2021-01-13 15:23:17 +0000
commitd193057ad147fe038d0f85c68cd914fa9d91c40c (patch)
treead74415cb2afab0b6056dfa9c7edea0f684d579e /src/sqliteInt.h
parentaa556b0fa7ae3f96df773f20d86c51186be25f52 (diff)
downloadsqlite-d193057ad147fe038d0f85c68cd914fa9d91c40c.tar.gz
sqlite-d193057ad147fe038d0f85c68cd914fa9d91c40c.zip
Further enhancements to the min/max optimization of
[/info/b8ba2f17f938c035|check-in b8ba2f17f938c035] to fix the performance regression identified by [forum:/forumpost/623f571482|forum post 623f571482]. FossilOrigin-Name: 188772a1dbaf066fbddd39c718fdd87478b19a920622f4640bcb79d4ef065331
Diffstat (limited to 'src/sqliteInt.h')
-rw-r--r--src/sqliteInt.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sqliteInt.h b/src/sqliteInt.h
index 6d1e598d9..8432fe20c 100644
--- a/src/sqliteInt.h
+++ b/src/sqliteInt.h
@@ -4341,6 +4341,7 @@ LogEst sqlite3WhereOutputRowCount(WhereInfo*);
int sqlite3WhereIsDistinct(WhereInfo*);
int sqlite3WhereIsOrdered(WhereInfo*);
int sqlite3WhereOrderByLimitOptLabel(WhereInfo*);
+void sqlite3WhereMinMaxOptEarlyOut(Vdbe*,WhereInfo*);
int sqlite3WhereIsSorted(WhereInfo*);
int sqlite3WhereContinueLabel(WhereInfo*);
int sqlite3WhereBreakLabel(WhereInfo*);