summaryrefslogtreecommitdiff
path: root/mysql-test/t/gis.test
diff options
context:
space:
mode:
authorunknown <hf@deer.(none)>2005-08-27 20:06:35 +0500
committerunknown <hf@deer.(none)>2005-08-27 20:06:35 +0500
commit3a65c1b1dbfe86ff8ade191eaf0a631fe6ddc63a (patch)
treef01ff4a26b468ffc9de9b180e93f55034b163b07 /mysql-test/t/gis.test
parent8ac7225ddf8a74ab6d4dda4fa68d118adfa5a92b (diff)
downloadmariadb-git-3a65c1b1dbfe86ff8ade191eaf0a631fe6ddc63a.tar.gz
gis.test corrected with Pem's wishes
mysql-test/r/gis.result: result fixed mysql-test/t/gis.test: test corrected
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 412bdc3314b..aba2f33833a 100644
--- a/mysql-test/t/gis.test
+++ b/mysql-test/t/gis.test
@@ -387,6 +387,9 @@ drop table t1;
#
# Bug #10499 (function creation with GEOMETRY datatype)
#
+--disable_warnings
+drop procedure if exists fn3;
+--enable_warnings
create function fn3 () returns point return GeomFromText("point(1 1)");
show create function fn3;
select astext(fn3());