mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 03:52:35 +01:00
5 lines
223 B
Text
5 lines
223 B
Text
CREATE FUNCTION a RETURNS STRING SONAME '';
|
|
ERROR HY000: Can't initialize function 'a'; UDFs are unavailable with the --skip-grant-tables option
|
|
DROP FUNCTION a;
|
|
ERROR 42000: FUNCTION test.a does not exist
|
|
End of 5.0 tests
|