]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Put a limit counter on the query planner that restricts the number of
authordrh <drh@noemail.net>
Fri, 21 Sep 2018 18:43:51 +0000 (18:43 +0000)
committerdrh <drh@noemail.net>
Fri, 21 Sep 2018 18:43:51 +0000 (18:43 +0000)
commitfc9098a45edd457b143cee75abb708fef440a34d
treecce674f84428c8c11935e509d52578f1b7950f48
parent0d7f0ccd966442b4d887b40e84e6b005a38e9803
Put a limit counter on the query planner that restricts the number of
index+constraint options that can be considered for each table in a join.
This prevents certain pathological queries from taking up too much time
in the query planner.

FossilOrigin-Name: 8690b5a0cc08eeb175230de45d4ca9b9f7b9b22aeebea70b8b7151f10b130969
manifest
manifest.uuid
src/where.c
src/whereInt.h