diff options
author | hf@deer.(none) <> | 2004-01-15 21:06:22 +0400 |
---|---|---|
committer | hf@deer.(none) <> | 2004-01-15 21:06:22 +0400 |
commit | 6dcda5153b4bada5a5e890641b0d69fb28bf8db5 (patch) | |
tree | 24c233c602a5644cbcc259252d10163dc0551fc5 /sql/item_create.h | |
parent | ecf8118cff8e25fb2286ea75a9c24f513423a2da (diff) | |
download | mariadb-git-6dcda5153b4bada5a5e890641b0d69fb28bf8db5.tar.gz |
SCRUM:
WL#1163 (Making spatial code optional)
Pack of changes to do in sql/ code.
Diffstat (limited to 'sql/item_create.h')
-rw-r--r-- | sql/item_create.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/item_create.h b/sql/item_create.h index 083868d87a6..773fdffbaf2 100644 --- a/sql/item_create.h +++ b/sql/item_create.h @@ -99,6 +99,8 @@ Item *create_func_is_free_lock(Item* a); Item *create_func_is_used_lock(Item* a); Item *create_func_quote(Item* a); +#ifdef HAVE_SPATIAL + Item *create_func_geometry_from_text(Item *a); Item *create_func_as_wkt(Item *a); Item *create_func_as_wkb(Item *a); @@ -138,6 +140,8 @@ Item *create_func_numgeometries(Item *a); Item *create_func_point(Item *a, Item *b); +#endif /*HAVE_SPATIAL*/ + Item *create_func_compress(Item *a); Item *create_func_uncompress(Item *a); Item *create_func_uncompressed_length(Item *a); |