mirror of
https://github.com/MariaDB/server.git
synced 2026-05-07 23:54:31 +02:00
errmsg change
This commit is contained in:
parent
efa5ba55a5
commit
1a0bd37c4d
3 changed files with 7 additions and 7 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue