UnownHash / Fletchling

10 stars 3 forks source link

Fix overlap disablement for mysql 8.0 #55

Closed comstud closed 1 month ago

comstud commented 1 month ago

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 commented 1 month ago

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

comstud commented 1 month ago

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 commented 1 month ago

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