Changes between Initial Version and Version 1 of Ticket #31922, comment 8
- Timestamp:
- Oct 18, 2020, 5:39:51 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #31922, comment 8
initial v1 10 10 }}} 11 11 12 For the same reason Jacob mention sabove due to the branch added in bec0b2a8c637ba2dc3745ad0c1e68ccc6c2f78bd to address #14511.12 For the same reason Jacob mentioned above due to the branch added in bec0b2a8c637ba2dc3745ad0c1e68ccc6c2f78bd to address #14511. 13 13 14 14 IMO it relates to the class of bugs described in #14645 and #25991 where composite filters passed to exclude should be pre-walked to combine subqueries into a single `NOT EXISTS` that doesn't reuse any `JOIN`s in any case 15 15 16 I believe we should close this ticket as duplicate of #14645 and focus our efforts there or reword this ticket description to stop referring to `Subquery` here.16 I believe we should close this ticket as duplicate of #14645 and focus our efforts there or reword this ticket description to stop referring to `Subquery` as it's misleading.