summaryrefslogtreecommitdiff
path: root/myisam/rt_mbr.h
diff options
context:
space:
mode:
Diffstat (limited to 'myisam/rt_mbr.h')
-rw-r--r--myisam/rt_mbr.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/myisam/rt_mbr.h b/myisam/rt_mbr.h
index a68807370f9..ee71a8b9a93 100644
--- a/myisam/rt_mbr.h
+++ b/myisam/rt_mbr.h
@@ -28,6 +28,8 @@ double rtree_overlapping_area(HA_KEYSEG *keyseg, uchar *a, uchar *b,
uint key_length);
double rtree_area_increase(HA_KEYSEG *keyseg, uchar *a, uchar *b,
uint key_length, double *ab_area);
+double rtree_perimeter_increase(HA_KEYSEG *keyseg, uchar* a, uchar* b,
+ uint key_length, double *ab_perim);
int rtree_page_mbr(MI_INFO *info, HA_KEYSEG *keyseg, uchar *page_buf,
uchar* c, uint key_length);
#endif /* _rt_mbr_h */