From 6875b402f0a0479da5dc66606ae1d3557228565b Mon Sep 17 00:00:00 2001 From: unknown Date: Tue, 23 Oct 2007 14:26:57 +0300 Subject: [PATCH] merge 5.0-opt -> 5.1-opt for bug 30825 --- mysql-test/r/innodb_gis.result | 1 + 1 file changed, 1 insertion(+) diff --git a/mysql-test/r/innodb_gis.result b/mysql-test/r/innodb_gis.result index a5a960a6cf5..ef8bdcc5f3e 100644 --- a/mysql-test/r/innodb_gis.result +++ b/mysql-test/r/innodb_gis.result @@ -545,6 +545,7 @@ SELECT Overlaps(@horiz1, @point2) FROM DUAL; Overlaps(@horiz1, @point2) 0 DROP TABLE t1; +End of 5.0 tests CREATE TABLE t1 (p POINT); CREATE TABLE t2 (p POINT, INDEX(p)); INSERT INTO t1 VALUES (POINTFROMTEXT('POINT(1 2)'));