mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 20:12:31 +01:00
Revert "Bug #19573096: LOADING CORRUPTED GEOMETRY DATA INTO A"
This reverts commit c7de768ec20f5167cff2c69a255d95ca2eded46a.
This commit is contained in:
parent
48869fceba
commit
96974ea7ca
1 changed files with 0 additions and 7 deletions
|
@ -68,10 +68,6 @@ static double mbr_join_square(const double *a, const double *b, int n_dim)
|
|||
b += 2;
|
||||
}while (a != end);
|
||||
|
||||
/* Check for infinity or NaN */
|
||||
if (my_isinf(square) || isnan(square))
|
||||
square = DBL_MAX;
|
||||
|
||||
return square;
|
||||
}
|
||||
|
||||
|
@ -106,9 +102,6 @@ static void pick_seeds(SplitStruct *node, int n_entries,
|
|||
double max_d = -DBL_MAX;
|
||||
double d;
|
||||
|
||||
*seed_a = node;
|
||||
*seed_b = node + 1;
|
||||
|
||||
for (cur1 = node; cur1 < lim1; ++cur1)
|
||||
{
|
||||
for (cur2=cur1 + 1; cur2 < lim2; ++cur2)
|
||||
|
|
Loading…
Reference in a new issue