summaryrefslogtreecommitdiff
path: root/mysql-test/r/gis-rtree.result
diff options
context:
space:
mode:
authorGeorgi Kodinov <joro@sun.com>2010-03-09 19:00:15 +0200
committerGeorgi Kodinov <joro@sun.com>2010-03-09 19:00:15 +0200
commitfd35fc4ea228f38af35d065214fd002b0c09cb71 (patch)
tree8e5667858abb8317dc558e02d3e2e7aa05f5fd74 /mysql-test/r/gis-rtree.result
parentd0bb5465b893b23da8e986e3b9b997e71084b82d (diff)
downloadmariadb-git-fd35fc4ea228f38af35d065214fd002b0c09cb71.tar.gz
Disable the second part of the test for bug #51357 until bug #51877 is fixed.
Diffstat (limited to 'mysql-test/r/gis-rtree.result')
-rw-r--r--mysql-test/r/gis-rtree.result7
1 files changed, 0 insertions, 7 deletions
diff --git a/mysql-test/r/gis-rtree.result b/mysql-test/r/gis-rtree.result
index eb9c350f589..58c603673df 100644
--- a/mysql-test/r/gis-rtree.result
+++ b/mysql-test/r/gis-rtree.result
@@ -1540,12 +1540,5 @@ a
HANDLER t1 READ a LAST;
a
HANDLER t1 CLOSE;
-HANDLER t1 OPEN;
-HANDLER t1 READ a FIRST;
-a
-INSERT INTO t1 VALUES (GeomFromText('Polygon((40 40,60 40,60 60,40 60,40 40))'));
-# should not crash
-HANDLER t1 READ a NEXT;
-HANDLER t1 CLOSE;
DROP TABLE t1;
End of 5.0 tests.