1CREATE FUNCTION a RETURNS STRING SONAME '';
2ERROR HY000: Can't initialize function 'a'; UDFs are unavailable with the --skip-grant-tables option
3DROP FUNCTION a;
4ERROR 42000: FUNCTION test.a does not exist
5End of 5.0 tests
6