From 3579cdfc41d517edce5ff7923033f3ba33ce934f Mon Sep 17 00:00:00 2001 From: unknown Date: Tue, 23 Oct 2007 14:26:57 +0300 Subject: merge 5.0-opt -> 5.1-opt for bug 30825 --- mysql-test/r/innodb_gis.result | 1 + 1 file changed, 1 insertion(+) (limited to 'mysql-test/r/innodb_gis.result') 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)')); -- cgit v1.2.1