Skip to content

MDEV-36694 spatial_utility_function{_collect,_isvalid} broken for --view-protocol #4015

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

Merged
merged 1 commit into from
Apr 28, 2025

Conversation

DaveGosselin-MariaDB
Copy link
Member

@DaveGosselin-MariaDB DaveGosselin-MariaDB commented Apr 25, 2025

In spatial_utility_function_collect, temporarily exclude the two affected queries because the DISTINCT flag isn't consistently passed to the Item_func_collect class. Created MDEV-36695 to address that bug.

In spatial_utility_function_isvalid, add an alias for queries to allow the test to pass under view protocol.

…iew-protocol

In spatial_utility_function_collect, temporarily exclude the two affected
queries because the DISTINCT flag isn't consistently passed to the
Item_func_collect class.  Created MDEV-36695 to address that bug.

In spatial_utility_function_isvalid, add an alias for queries to allow the
test to pass under view protocol.
@DaveGosselin-MariaDB DaveGosselin-MariaDB force-pushed the 12.0-mdev-36694-spatial-collect-test branch from d110617 to f80717f Compare April 28, 2025 14:42
@DaveGosselin-MariaDB DaveGosselin-MariaDB changed the title MDEV-36694 spatial_utility_function_collect broken for view protocol MDEV-36694 spatial_utility_function{_collect,_isvalid} broken for --view-protocol Apr 28, 2025
@grooverdan grooverdan enabled auto-merge (rebase) April 28, 2025 22:49
@grooverdan grooverdan merged commit bc87abc into main Apr 28, 2025
13 checks passed
@grooverdan grooverdan deleted the 12.0-mdev-36694-spatial-collect-test branch April 28, 2025 23:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

2 participants