summaryrefslogtreecommitdiff
path: root/sql/item_func.h
diff options
context:
space:
mode:
authorAlexey Botchkov <holyfoot@askmonty.org>2014-11-28 00:29:37 +0400
committerAlexey Botchkov <holyfoot@askmonty.org>2014-11-28 00:29:37 +0400
commitd0d6284cab70af148269d95744f615454cac24bb (patch)
treea4c6151171a4ba0d3473f02e5b7ccb99eda2d365 /sql/item_func.h
parent7b55b67de5fdfe91283357fe6c7ccc3f9e355925 (diff)
downloadmariadb-git-d0d6284cab70af148269d95744f615454cac24bb.tar.gz
MDEV-4045 Missing OGC Spatial functions.
Missing GIS functions added: IsRing() PointOnSurface PointOnSurface Relate Distance Intersection ConvexHull Other old OpenGis standard inconsistencies fixed.
Diffstat (limited to 'sql/item_func.h')
-rw-r--r--sql/item_func.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/item_func.h b/sql/item_func.h
index 6c9d7e8af74..bc5f15ec16d 100644
--- a/sql/item_func.h
+++ b/sql/item_func.h
@@ -61,7 +61,7 @@ public:
SP_TOUCHES_FUNC,SP_CROSSES_FUNC,SP_WITHIN_FUNC,
SP_CONTAINS_FUNC,SP_OVERLAPS_FUNC,
SP_STARTPOINT,SP_ENDPOINT,SP_EXTERIORRING,
- SP_POINTN,SP_GEOMETRYN,SP_INTERIORRINGN,
+ SP_POINTN,SP_GEOMETRYN,SP_INTERIORRINGN, SP_RELATE_FUNC,
NOT_FUNC, NOT_ALL_FUNC,
NOW_FUNC, TRIG_COND_FUNC,
SUSERVAR_FUNC, GUSERVAR_FUNC, COLLATE_FUNC,