summaryrefslogtreecommitdiff
path: root/mysql-test/r/udf.result
diff options
context:
space:
mode:
authorcmiller@zippy.cornsilk.net <>2007-01-17 18:15:35 -0500
committercmiller@zippy.cornsilk.net <>2007-01-17 18:15:35 -0500
commitf2d4988c37afa398cd73b087bc3274f175c4f5b3 (patch)
treeb756ad37e1945c971209e7209ff7db40033bd24b /mysql-test/r/udf.result
parentabd057be56264aee6c9a6c399449d021571e18e4 (diff)
downloadmariadb-git-f2d4988c37afa398cd73b087bc3274f175c4f5b3.tar.gz
errmsg change
Diffstat (limited to 'mysql-test/r/udf.result')
-rw-r--r--mysql-test/r/udf.result2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/r/udf.result b/mysql-test/r/udf.result
index abc654c4b74..a55e69526ae 100644
--- a/mysql-test/r/udf.result
+++ b/mysql-test/r/udf.result
@@ -209,7 +209,7 @@ select abs(myfunc_double(3) AS wrong);
ERROR 42000: Incorrect parameters in the call to native function 'abs'
drop function if exists pi;
CREATE FUNCTION pi RETURNS STRING SONAME "should_not_parse.so";
-ERROR HY000: This function 'pi' has the same name as a native function.
+ERROR HY000: This function 'pi' has the same name as a native function
DROP FUNCTION IF EXISTS metaphon;
CREATE FUNCTION metaphon(a int) RETURNS int
return 0;