From c4cb15e87ba8cf4f1e7fd8e7cda5c88098ecd515 Mon Sep 17 00:00:00 2001 From: Alexey Botchkov Date: Wed, 3 Dec 2014 14:07:43 +0400 Subject: MDEV-60 Support for Spatial Reference systems for the GIS data. The GEOMETRY field metadata is stored in the FRM file. SRID for a spatial column now can be stored, it was added to the CREATE TABLE syntax, so the AddGeometryData() stored procedure is now possible. Script adding the required Add/DropGeometryColumn sp-s added. --- sql/unireg.h | 1 + 1 file changed, 1 insertion(+) (limited to 'sql/unireg.h') diff --git a/sql/unireg.h b/sql/unireg.h index 2d51aa39fd4..25335d11e4a 100644 --- a/sql/unireg.h +++ b/sql/unireg.h @@ -185,6 +185,7 @@ enum extra2_frm_value_type { EXTRA2_TABLEDEF_VERSION=0, EXTRA2_DEFAULT_PART_ENGINE=1, + EXTRA2_GIS=2, #define EXTRA2_ENGINE_IMPORTANT 128 -- cgit v1.2.1