WL#7224: Spatial Relation Check Functions Depending on Boost Geometry Extensions

Status: Complete

Call Boost Geometry(BG) geometry relation check functionality directly or
indirectly to replace MySQL GIS old geometry relation check algorithms used for
type combinations which older versions of BG didn't support.

BG in Boost 1.56.0 start to have all type combinations we need for every
geometry relation check function we need.

Fixes BUG#68091 BUG#71076.