summaryrefslogtreecommitdiff
path: root/mysql-test/t/gis.test
diff options
context:
space:
mode:
authorhf@deer.(none) <>2005-09-21 14:35:01 +0500
committerhf@deer.(none) <>2005-09-21 14:35:01 +0500
commit12068b45e8cb7cad2e429a64d864726502efe5c5 (patch)
treec65a5d5825d1a983b4726c069c6629a7381e3919 /mysql-test/t/gis.test
parent5f122007fa01bfb710367fccb493f42f72558ddc (diff)
downloadmariadb-git-12068b45e8cb7cad2e429a64d864726502efe5c5.tar.gz
Fix for bug #12839 (Endian support is absurd)
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