summaryrefslogtreecommitdiff
path: root/mysql-test/t/gis.test
diff options
context:
space:
mode:
authorunknown <hf@deer.(none)>2005-09-21 14:35:01 +0500
committerunknown <hf@deer.(none)>2005-09-21 14:35:01 +0500
commit8fdef257ae94bfc0f82a1444aac1bd3e1a254c77 (patch)
treec65a5d5825d1a983b4726c069c6629a7381e3919 /mysql-test/t/gis.test
parentb51879f1695e9a98bfb898b7688bf7c28932ad8c (diff)
downloadmariadb-git-8fdef257ae94bfc0f82a1444aac1bd3e1a254c77.tar.gz
Fix for bug #12839 (Endian support is absurd)
mysql-test/r/gis.result: test result fixed mysql-test/t/gis.test: test case added sql/field.cc: ::construct calls added sql/item_geofunc.cc: ::construct calls added sql/spatial.cc: Geometry_*::init_from_wkb implemented sql/spatial.h: init_from_wkb methods declared
Diffstat (limited to 'mysql-test/t/gis.test')
-rw-r--r--mysql-test/t/gis.test3
1 files changed, 3 insertions, 0 deletions
diff --git a/mysql-test/t/gis.test b/mysql-test/t/gis.test
index b204bc11e2f..3eb17f3a484 100644
--- a/mysql-test/t/gis.test
+++ b/mysql-test/t/gis.test
@@ -360,4 +360,7 @@ t1 where object_id=85984;
drop table t1;
+select (asWKT(geomfromwkb((0x000000000140240000000000004024000000000000))));
+select (asWKT(geomfromwkb((0x010100000000000000000024400000000000002440))));
+
# End of 4.1 tests