Fixed a bug (reported by Zack) in the r-tree insert method. The issue turned out to occur when all the objects residing inside an MBR are points that are aligned exactly on the same line causing the area of that MBR to be exactly zero which makes the r-tree think that it does not need to enlarge the MBR if a new object (to be inserted into this node) is also aligned with the MBR line but it does not fall on it.
git-svn-id: https://hyracks.googlecode.com/svn/branches/hyracks_lsm_tree@2679 123451ca-8445-de46-9d55-352943316053
7 files changed