Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handle more cases in the MergeDistributive search query optimizer #43975

Merged
merged 3 commits into from
Mar 5, 2024

Commits on Mar 4, 2024

  1. test: Additional tests for issue #35776

    Signed-off-by: Dariusz Olszewski <[email protected]>
    starypatyk authored and icewind1991 committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    277a6fc View commit details
    Browse the repository at this point in the history
  2. fix: don't short circuit query optimizer

    Signed-off-by: Robin Appelman <[email protected]>
    icewind1991 committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    3971313 View commit details
    Browse the repository at this point in the history
  3. fix: handle cases where non-binary operators are mixed in for optimiz…

    …ing search queries
    
    Signed-off-by: Robin Appelman <[email protected]>
    icewind1991 committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    6fb4476 View commit details
    Browse the repository at this point in the history