From 8432284d4fe276db8fe99f434b98e3631e707146 Mon Sep 17 00:00:00 2001 From: Alexey Botchkov Date: Fri, 14 Oct 2011 16:10:55 +0500 Subject: GIS code. Forward calculations introduced. per-file comments: sql/gcalc_slicescan.cc sql/gcalc_slicescan.h sql/gcalc_tools.cc sql/gcalc_tools.h sql/item_geofunc.cc --- sql/gcalc_tools.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sql/gcalc_tools.h') diff --git a/sql/gcalc_tools.h b/sql/gcalc_tools.h index ca740dcdc11..b89a9a45e07 100644 --- a/sql/gcalc_tools.h +++ b/sql/gcalc_tools.h @@ -233,7 +233,6 @@ public: union { const Gcalc_heap::Info *pi; - const Gcalc_heap::Intersection_info *ii; res_point *first_poly_node; }; union @@ -331,7 +330,7 @@ private: int continue_range(active_thread *t, const Gcalc_heap::Info *p, const Gcalc_heap::Info *p_next); int continue_i_range(active_thread *t, - const Gcalc_heap::Intersection_info *ii); + const Gcalc_heap::Info *ii); int end_couple(active_thread *t0, active_thread *t1, const Gcalc_heap::Info *p); int get_single_result(res_point *res, Gcalc_result_receiver *storage); int get_result_thread(res_point *cur, Gcalc_result_receiver *storage, -- cgit v1.2.1