mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Spatial code cleanup
This commit is contained in:
@ -71,7 +71,7 @@ struct MBR
|
||||
}
|
||||
}
|
||||
|
||||
void add_xy(double *px, double *py)
|
||||
void add_xy(const char *px, const char *py)
|
||||
{ /* Not using "else" for proper one point MBR calculation */
|
||||
double x, y;
|
||||
float8get(x, px);
|
||||
|
Reference in New Issue
Block a user