diff options
author | unknown <hf@deer.(none)> | 2004-03-16 01:50:35 +0400 |
---|---|---|
committer | unknown <hf@deer.(none)> | 2004-03-16 01:50:35 +0400 |
commit | ffad9aeff0fd70204a259c7a87c02c259e4c78e1 (patch) | |
tree | 49b83a878372de90167b9b1d73e7f8bed4e20a4b /sql/spatial.cc | |
parent | 1b81fcf8ca993a4aac88492f1332868b0fea9233 (diff) | |
download | mariadb-git-ffad9aeff0fd70204a259c7a87c02c259e4c78e1.tar.gz |
Yet another fix for spatial parts
sql/spatial.cc:
should be one step further
Diffstat (limited to 'sql/spatial.cc')
-rw-r--r-- | sql/spatial.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/spatial.cc b/sql/spatial.cc index f98799e26d1..ec6bfb307b9 100644 --- a/sql/spatial.cc +++ b/sql/spatial.cc @@ -25,7 +25,7 @@ Geometry::Class_info *Geometry::ci_collection[Geometry::wkb_end]= }; static Geometry::Class_info **ci_collection_end= - Geometry::ci_collection+Geometry::wkb_end; + Geometry::ci_collection+Geometry::wkb_end + 1; Geometry::Class_info::Class_info(const char *name, int type_id, void(*create_func)(void *)): |