summaryrefslogtreecommitdiff
path: root/mysql-test/t/sp_gis.test
diff options
context:
space:
mode:
authorunknown <malff/marcsql@weblab.(none)>2006-11-15 15:51:22 -0700
committerunknown <malff/marcsql@weblab.(none)>2006-11-15 15:51:22 -0700
commitf09031ee36d60f892e5629f930b45aaf5f9501f3 (patch)
tree02dd40ffa7837edd3f6f2254ca000a13ddf6510a /mysql-test/t/sp_gis.test
parent0586acd05df5f77a4058edeee3a3fcceaf6e686c (diff)
downloadmariadb-git-f09031ee36d60f892e5629f930b45aaf5f9501f3.tar.gz
Made the test deterministic, so they don't depend on the SF cache.
Diffstat (limited to 'mysql-test/t/sp_gis.test')
-rw-r--r--mysql-test/t/sp_gis.test4
1 files changed, 4 insertions, 0 deletions
diff --git a/mysql-test/t/sp_gis.test b/mysql-test/t/sp_gis.test
index f1d489e4cc5..51ed78b27d5 100644
--- a/mysql-test/t/sp_gis.test
+++ b/mysql-test/t/sp_gis.test
@@ -27,7 +27,11 @@ select x();
--error ER_WRONG_PARAMCOUNT_TO_NATIVE_FCT
select y();
select x(PointFromText("POINT(10 20)")), y(PointFromText("POINT(10 20)"));
+
+# Non deterministic warnings from db_load_routine
+--disable_warnings
select test.a(), test.x(), test.y();
+--enable_warnings
drop function a;
drop function x;