Commit a8e1b468 authored by unknown's avatar unknown
Browse files

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 32fc6800 2541d76e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)