summaryrefslogtreecommitdiff
path: root/storage/innobase/gis/gis0geo.cc
diff options
context:
space:
mode:
Diffstat (limited to 'storage/innobase/gis/gis0geo.cc')
-rw-r--r--storage/innobase/gis/gis0geo.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/storage/innobase/gis/gis0geo.cc b/storage/innobase/gis/gis0geo.cc
index d971c3d639c..b90b47dc08c 100644
--- a/storage/innobase/gis/gis0geo.cc
+++ b/storage/innobase/gis/gis0geo.cc
@@ -365,11 +365,9 @@ mbr_join_square(
} while (a != end);
/* Check for infinity or NaN, so we don't get NaN in calculations */
- /* JAN: TODO: MYSQL 5.7 GIS
if (my_isinf(square) || my_isnan(square)) {
return DBL_MAX;
}
- */
return square;
}