summaryrefslogtreecommitdiff
path: root/mysql-test/main/udf_skip_grants.result
blob: 8d7081ebf6fc3266c97694d8f60912dcea9bb242 (plain)
1
2
3
4
5
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