diff options
author | ram@mysql.r18.ru <> | 2003-03-18 15:30:32 +0400 |
---|---|---|
committer | ram@mysql.r18.ru <> | 2003-03-18 15:30:32 +0400 |
commit | 031ac2a7b2ba8eb881fc24d0429922cd8c42e9b9 (patch) | |
tree | 0e83c851e37727716fb38186353324ae67952771 /sql/spatial.h | |
parent | 34681a80360955a1aa0718e77fac94ae62b85fc8 (diff) | |
download | mariadb-git-031ac2a7b2ba8eb881fc24d0429922cd8c42e9b9.tar.gz |
SRID support.
GeomertyFromWKB() function.
SRID() function.
::store() methods for Field_geom.
Code cleanup.
Diffstat (limited to 'sql/spatial.h')
-rw-r--r-- | sql/spatial.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sql/spatial.h b/sql/spatial.h index 15e4f7353ed..d9c14afbe30 100644 --- a/sql/spatial.h +++ b/sql/spatial.h @@ -225,7 +225,6 @@ public: wkbNDR = 1 /* Little Endian */ }; - class GClassInfo { public: |