Merge hf@192.168.21.12:work/mysql-4.1.14320

into eagle.intranet.mysql.r18.ru:/home/hf/work/mysql-4.1.mrg
This commit is contained in:
hf@eagle.intranet.mysql.r18.ru 2006-01-21 17:54:30 +04:00
commit 717dc2e940

View file

@ -142,7 +142,7 @@ struct MBR
bool inner_point(double x, double y) const
{
/* The following should be safe, even if we compare doubles */
return (xmin<x) && (xmax>x) && (ymin<y) && (ymax>x);
return (xmin<x) && (xmax>x) && (ymin<y) && (ymax>y);
}
int overlaps(const MBR *mbr)