summaryrefslogtreecommitdiff
path: root/mysql-test/r/sp_gis.result
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/r/sp_gis.result
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/r/sp_gis.result')
-rw-r--r--mysql-test/r/sp_gis.result3
1 files changed, 0 insertions, 3 deletions
diff --git a/mysql-test/r/sp_gis.result b/mysql-test/r/sp_gis.result
index 2d538b52279..ea2cdd0d29d 100644
--- a/mysql-test/r/sp_gis.result
+++ b/mysql-test/r/sp_gis.result
@@ -25,9 +25,6 @@ x(PointFromText("POINT(10 20)")) y(PointFromText("POINT(10 20)"))
select test.a(), test.x(), test.y();
test.a() test.x() test.y()
1 2 3
-Warnings:
-Note 1578 This function 'x' has the same name as a native function.
-Note 1578 This function 'y' has the same name as a native function.
drop function a;
drop function x;
drop function y;