Detecting Incompatible Use of Spatial Functions before Upgrading to MySQL 8.0
There are many changes to spatial functions in MySQL 8.0:
- Old aliases for functions have been removed (after being deprecated in 5.7)
- Functions that don’t support geographic computations raise errors if called with geographic data in their arguments
- Many functions support geographic computations
The first two are failing cases.…
Source: Detecting Incompatible Use of Spatial Functions before Upgrading to MySQL 8.0
Leave a Reply