diff options
author | Sergei Golubchik <serg@mariadb.org> | 2015-02-12 13:14:55 +0100 |
---|---|---|
committer | Sergei Golubchik <serg@mariadb.org> | 2015-02-12 13:14:55 +0100 |
commit | 5dce6aa1fe36d315f17eb9f4a0f5be808805e94c (patch) | |
tree | 009d91ac356abbed8e8d68d4109823fa7c3f67c9 /mysql-test/r/gis.result | |
parent | ed839052d74847c39484eff18652e5c6ba270266 (diff) | |
parent | 2a1be9cdf81ca77253faaf0e2dfc1dca7f7702f5 (diff) | |
download | mariadb-git-5dce6aa1fe36d315f17eb9f4a0f5be808805e94c.tar.gz |
Merge remote-tracking branch 'bzr/5.5' into bb-5.5-merge
Diffstat (limited to 'mysql-test/r/gis.result')
-rw-r--r-- | mysql-test/r/gis.result | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mysql-test/r/gis.result b/mysql-test/r/gis.result index ba69416b0ef..700b5de44f5 100644 --- a/mysql-test/r/gis.result +++ b/mysql-test/r/gis.result @@ -1607,4 +1607,7 @@ create table t1 (pt point); insert into t1 values(Geomfromtext('POLYGON((1 1, 2 2, 2 1, 1 1))')); ERROR 22007: Incorrect POINT value: 'POLYGON' for column 'pt' at row 1 drop table t1; +SELECT st_astext(ST_Buffer(ST_PolygonFromText('POLYGON((3 5, 2 4, 2 5, 3 5))'), -100)); +st_astext(ST_Buffer(ST_PolygonFromText('POLYGON((3 5, 2 4, 2 5, 3 5))'), -100)) +GEOMETRYCOLLECTION EMPTY End of 5.5 tests |