1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Made the test deterministic, so they don't depend on the SF cache.

This commit is contained in:
unknown
2006-11-15 15:51:22 -07:00
parent 0586acd05d
commit f09031ee36
4 changed files with 18 additions and 11 deletions

View File

@ -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;