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

Fix overlap disablement for mysql 8.0 #55

Merged
merged 1 commit into from
Jul 28, 2024
Merged

Fix overlap disablement for mysql 8.0 #55

merged 1 commit into from
Jul 28, 2024

Conversation

comstud
Copy link
Collaborator

@comstud comstud commented Jul 24, 2024

mysql 8.0 can only deal with SRID 0, so when the server is 8.0*, this does hacky conversions into temp tables first and then runs the existing query using those temp tables.

mysql 8.0 can only deal with SRID 0, so when the server is
8.0*, this does hacky conversions into temp tables first and
then runs the existing query using those temp tables.
@jfberry
Copy link

jfberry commented Jul 24, 2024

Interesting. Golbat does not support mysql either so not sure who would be running this!

@comstud
Copy link
Collaborator Author

comstud commented Jul 24, 2024

Interesting. Golbat does not support mysql either so not sure who would be running this!

There’s been at least 2 people, maybe 3 running it still :)

@jfberry
Copy link

jfberry commented Jul 25, 2024

I would approve a PR which disabled support for MySQL entirely in golbat. I will investigate how to detect and panic on start if MySQL detected

@comstud comstud merged commit c046014 into main Jul 28, 2024
2 checks passed
@comstud comstud deleted the comstud/mysql8-hack branch July 28, 2024 19:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants