From f2d4988c37afa398cd73b087bc3274f175c4f5b3 Mon Sep 17 00:00:00 2001 From: "cmiller@zippy.cornsilk.net" <> Date: Wed, 17 Jan 2007 18:15:35 -0500 Subject: errmsg change --- mysql-test/r/udf.result | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mysql-test/r/udf.result') 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; -- cgit v1.2.1