diff options
author | unknown <malff/marcsql@weblab.(none)> | 2006-11-15 15:51:22 -0700 |
---|---|---|
committer | unknown <malff/marcsql@weblab.(none)> | 2006-11-15 15:51:22 -0700 |
commit | f09031ee36d60f892e5629f930b45aaf5f9501f3 (patch) | |
tree | 02dd40ffa7837edd3f6f2254ca000a13ddf6510a /mysql-test/r/sp_gis.result | |
parent | 0586acd05df5f77a4058edeee3a3fcceaf6e686c (diff) | |
download | mariadb-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.result | 3 |
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; |