diff options
author | Kristofer Pettersson <kristofer.pettersson@oracle.com> | 2010-09-07 13:34:18 +0200 |
---|---|---|
committer | Kristofer Pettersson <kristofer.pettersson@oracle.com> | 2010-09-07 13:34:18 +0200 |
commit | 8e2468a85ebc72cfbc9f12a9e1f957fb35780063 (patch) | |
tree | 1c2683c61cc3ef63a418b0a677c0819ae8ff222a /mysql-test/r/gis.result | |
parent | 9a4a7cf184b40b203702043f886f9bd9c26592fd (diff) | |
parent | 9b3a3944e458c86b5273f2f1f375dd5fa30e92d5 (diff) | |
download | mariadb-git-8e2468a85ebc72cfbc9f12a9e1f957fb35780063.tar.gz |
Manual resolve of mysql-test/r/gis.result
Diffstat (limited to 'mysql-test/r/gis.result')
-rw-r--r-- | mysql-test/r/gis.result | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/mysql-test/r/gis.result b/mysql-test/r/gis.result index 565563237d1..02c8afc2d77 100644 --- a/mysql-test/r/gis.result +++ b/mysql-test/r/gis.result @@ -1007,4 +1007,11 @@ SELECT MultiPoint(12345,''); ERROR 22007: Illegal non geometric '12345' value found during parsing SELECT 1 FROM (SELECT GREATEST(1,GEOMETRYCOLLECTION('00000','00000')) b FROM DUAL) AS d WHERE (LINESTRING(d.b)); ERROR 22007: Illegal non geometric '' value found during parsing +# +# BUG#51875: crash when loading data into geometry function polyfromwkb +# +SET @a=0x00000000030000000100000000000000000000000000144000000000000014400000000000001840000000000000184000000000000014400000000000001440; +SET @a=POLYFROMWKB(@a); +SET @a=0x00000000030000000000000000000000000000000000144000000000000014400000000000001840000000000000184000000000000014400000000000001440; +SET @a=POLYFROMWKB(@a); End of 5.1 tests |