diff options
author | Georgi Kodinov <joro@sun.com> | 2010-03-09 15:46:27 +0200 |
---|---|---|
committer | Georgi Kodinov <joro@sun.com> | 2010-03-09 15:46:27 +0200 |
commit | d0bb5465b893b23da8e986e3b9b997e71084b82d (patch) | |
tree | 2835b7d587feef5a97ce7491640e1d09197e1326 /mysql-test/r/gis-rtree.result | |
parent | 15ee9a5ac853535631992600f849d3a5d9cd7e2c (diff) | |
download | mariadb-git-d0bb5465b893b23da8e986e3b9b997e71084b82d.tar.gz |
Addendum to the test for bug 51357 : disable the (possibly binary)
output from HANDLER ... READ .. NEXT ...
Diffstat (limited to 'mysql-test/r/gis-rtree.result')
-rw-r--r-- | mysql-test/r/gis-rtree.result | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/r/gis-rtree.result b/mysql-test/r/gis-rtree.result index 49ccb05c699..eb9c350f589 100644 --- a/mysql-test/r/gis-rtree.result +++ b/mysql-test/r/gis-rtree.result @@ -1544,8 +1544,8 @@ 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; -a HANDLER t1 CLOSE; DROP TABLE t1; End of 5.0 tests. |