WL#6942: InnoDB GIS: Store GIS POINT datatype as fixed length column rather than BLOB

Status: Complete

Currently, we store GIS data as BLOB in InnoDB. However, if such GIS data type
is "POINT", then there is no need to store such datatype in a "BLOB" page, it
can be a fixed length datatype.

So the idea is that for datatype of POINT, we should store it just like any
other FIXED length datatypee.