diff options
author | monty@mashka.mysql.fi <> | 2004-03-04 08:50:37 +0200 |
---|---|---|
committer | monty@mashka.mysql.fi <> | 2004-03-04 08:50:37 +0200 |
commit | afd8f38f4e16bce5881ffe3734f17fd18eb30f21 (patch) | |
tree | f335ad0e2c6634a947a95d62cbee9a54ee9303e8 /sql/item_geofunc.h | |
parent | 3baf20ab04f84899da057aed7313911e3e7d0e7b (diff) | |
download | mariadb-git-afd8f38f4e16bce5881ffe3734f17fd18eb30f21.tar.gz |
Optimized GIS functions
Diffstat (limited to 'sql/item_geofunc.h')
-rw-r--r-- | sql/item_geofunc.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sql/item_geofunc.h b/sql/item_geofunc.h index 545052807ec..a1f36130152 100644 --- a/sql/item_geofunc.h +++ b/sql/item_geofunc.h @@ -23,8 +23,6 @@ #pragma interface /* gcc class implementation */ #endif -#define SRID_SIZE sizeof(uint32) - class Item_func_geometry_from_text: public Item_str_func { public: |