diff options
author | unknown <cmiller@zippy.cornsilk.net> | 2007-01-17 18:15:35 -0500 |
---|---|---|
committer | unknown <cmiller@zippy.cornsilk.net> | 2007-01-17 18:15:35 -0500 |
commit | 1a0bd37c4d5741e7297f318da07d77767a537ca7 (patch) | |
tree | b756ad37e1945c971209e7209ff7db40033bd24b /mysql-test/r/udf.result | |
parent | efa5ba55a52366c5196bdd81ec7cc5605893cf86 (diff) | |
download | mariadb-git-1a0bd37c4d5741e7297f318da07d77767a537ca7.tar.gz |
errmsg change
Diffstat (limited to 'mysql-test/r/udf.result')
-rw-r--r-- | mysql-test/r/udf.result | 2 |
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; |