Commit 717dc2e9 authored by hf@eagle.intranet.mysql.r18.ru's avatar hf@eagle.intranet.mysql.r18.ru

Merge hf@192.168.21.12:work/mysql-4.1.14320

into eagle.intranet.mysql.r18.ru:/home/hf/work/mysql-4.1.mrg
parents b9138045 1fcecea7
......@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment